문제

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

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

도움이 되었습니까?

해결책

First, you need a codec library for VP8:

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

Using libvpx API you can then encode your RGB frames into VP8 frames.

다른 팁

The easiest way to go is to use ffmpeg.

The latest release of ffmpeg (0.6) now supports the VP8 codec, and building it is now easy.

Then, ffmpeg makes it simple to gather individual frames into a movive. Here is a tutorial, but you can google for more results.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top