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

How to transcode RGB images to VP8 frames (Keyframe + some dependent frames)?

So, I created some images, how to turn tham into VP8 now?

+5
source share
2 answers

First you need a codec library for VP8:

http://www.webmproject.org/code/build-prerequisites/

Using the libvpx API, you can then encode your RGB frames in VP8 frames.

+4
source

The easiest way is to use ffmpeg .

ffmpeg (0.6) VP8, ffmpeg movive. , google .

+5

All Articles