vp8

How to encode series of images into VP8 using WebM VP8 Encoder API? (C/C++)

How to encode RBG images into on VP8 frames (Keyframe + some dependent frames)? So I created some images how to turn tham into VP8 now? ...

Can FFmpeg encode video in VP8 codec?

Can FFmpeg encode video in VP8 codec? (I mean its trunk vercion) ...

What are diferences between FFmpegs AVcodec, x264 and WebM VP8, for encoding N frames? (please provide code support.)

What are differences in C code that should be written in FFmpegs AVcodec, x264 and WebM VP8, for encoding some amount of generated frames? So Idea here is to collect simple array of video_encode functions containing: Encoder setup, Frames generation and frame by frame encoding. simple. just on codec level (no special containers involved...

Creating web-browser playable webm files with vp8 SDK ?

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 container so I guess I should store the video data in that format, but the mkv format specification is lengthy and complex and I don't think I ...

ffmpeg (webm) doesn't respect requested bitrate

On a 2 minute clip: ffmpeg.exe -pass 1 -passlogfile pass.log -i E002.avi -b 368k -maxrate 1000k -ab 62 -y out.webm ffmpeg.exe -pass 2 -passlogfile pass.log -i E002.avi -b 368k -maxrate 1000k -ab 62 -y out.webm the bitrate still goes up to 2mbps. I tryed with -qscale 24 and it does the same thing. edit log: frame= 1323 fps...

how do add the VP8 encoder from ffdshow ?

Hi, I've installed k-lite codec mega / xiph.org opencodecs / WebM codecs from WebM project they are well installed, but I still can't find the WebM/VP8 encoder any where in the "ffdshow video encoder configuration". I need to use this encoding with CamStudio. How can I do this ? ...

webm / vp8 player for java

hello, does anyone know of a java library that plays vp8 or webm videos? thanks! ...