<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:14pt">Is there  any example how to use a container <br>for encoding?<br><br>Luis<br><div><span><br></span></div><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 14pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">Von:</span></b> Alex Cohn <alexcohn@netvision.net.il><br> <b><span style="font-weight: bold;">An:</span></b> "This list is about using libavcodec, libavformat, libavutil, libavdevice and libavfilter." <libav-user@ffmpeg.org> <br> <b><span style="font-weight: bold;">Gesendet:</span></b> 9:07 Dienstag, 18.September 2012<br> <b><span style="font-weight: bold;">Betreff:</span></b> Re: [Libav-user] Encode raw frame to vp8 in C++<br>
 </font> </div> <br><div id="yiv545870152"><div dir="ltr"><br>
On 18 Sep 2012 03:09, "Sartre Salam" <<a rel="nofollow" ymailto="mailto:gmxubuntu@yahoo.de" target="_blank" href="mailto:gmxubuntu@yahoo.de">gmxubuntu@yahoo.de</a>> wrote:<br>
><br>
> Hi , I'm trying to encode raw frames to vp8. I use the example<br>
> which encode raw frames into a h264 file, I have use this example to encode a short<br>
> movie into an h264(without sound of course). Then I can see this h264 file with ffplay.<br>
> I think it should be posible to make the same but encode the file to vp8, and then see<br>
> this vp8 file with ffplay. Is it posible? </div>
<div dir="ltr">For h264, you used a raw stream. With vp8, you need a container. The most popular is WebM.</div>
<div dir="ltr">BR,<br>
Alex</div>
</div><br>_______________________________________________<br>Libav-user mailing list<br><a ymailto="mailto:Libav-user@ffmpeg.org" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br><a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br><br><br> </div> </div>  </div></body></html>