[Libav-user] Encode raw frame to vp8 in C++

Sartre Salam gmxubuntu at yahoo.de
Tue Sep 18 11:15:22 CEST 2012


Is there  any example how to use a container 
for encoding?

Luis




________________________________
 Von: Alex Cohn <alexcohn at netvision.net.il>
An: "This list is about using libavcodec, libavformat, libavutil, libavdevice and libavfilter." <libav-user at ffmpeg.org> 
Gesendet: 9:07 Dienstag, 18.September 2012
Betreff: Re: [Libav-user] Encode raw frame to vp8 in C++
 


On 18 Sep 2012 03:09, "Sartre Salam" <gmxubuntu at yahoo.de> wrote:
>
> Hi , I'm trying to encode raw frames to vp8. I use the example
> which encode raw frames into a h264 file, I have use this example to encode a short
> movie into an h264(without sound of course). Then I can see this h264 file with ffplay.
> I think it should be posible to make the same but encode the file to vp8, and then see
> this vp8 file with ffplay. Is it posible? 
For h264, you used a raw stream. With vp8, you need a container. The most popular is WebM.
BR,
Alex
_______________________________________________
Libav-user mailing list
Libav-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20120918/a226227b/attachment.html>


More information about the Libav-user mailing list