vp8 Questions
6
Solved
When I try to convert a webm file to mp4 the output is very very choppy and it appears as if many frames have been dropped by ffmpeg
I used the following commands to convert
ffmpeg -i movie.webm ...
3
Is there any way to have Android play video with transparent areas? When I try to play a WebM video containing transparent areas in VideoView, the background of the view remains black. Instead of b...
1
I am using WebRTC for developing one of my applications.
There is no clarity on whether WebRTC natively supports adaptive bitrate streaming of video packets? Does VP8 / VP9 have adaptive bitrate en...
Confabulate asked 10/5, 2016 at 3:45
1
I have the "Beebox" from "ASRock". The processor of this machine is an Intel Celeron N3150 which supports hardware encoding and decoding of VP8 video streams. I would like to use this feature in Go...
Bitters asked 30/1, 2016 at 15:17
1
Is it possible to to concatenate parts of two or more video blobs encoded in webm format using just client side javascript?
Catton asked 22/7, 2015 at 9:26
0
I am running a websocket server using autobahn|python. on the server side, I also have a gstreamer pipeline running which I am using to capture webm frames using "appsink".
The gstreamer pipeline ...
Cortege asked 11/3, 2015 at 21:14
3
Solved
The game franchise I am working on uses a video encoder/decoder library which produces rather large files. We want to change to something a little more efficient, particularly H.264 or VP8. However...
1
Solved
I'm trying to encode my camera feed to VP8. The problem is: when I get the frame from the output buffer, the byte array is always different size but all entries are 0.
Here's the code where I grab...
Vannoy asked 7/2, 2014 at 11:6
2
I'm trying to build the vp8 codec for Android. I ran the configure.sh script and the makefile for armv6 with sourcery g++ which succesfully produced libvpx.so. After that I wrote a JNI wrapper and ...
2
I found in one research on VP8 decoding phrase "6-tap filter in any case will be a 6-tap filter, and the difference is usually only in the coefficients". So what is 6-tap filter, how it works?
So ...
Joo asked 4/5, 2011 at 16:36
3
Solved
does anyone know of a java library that plays vp8 or webm videos?
thanks!
0
I'm using the vp8 SDK (www.webmproject.org) to create a vp8-encoded video file. However, the SDK sample produces an IVF file, which the browser doesn't play.
I know the webm format is a matroska c...
1
© 2022 - 2024 — McMap. All rights reserved.