<br><br><div class="gmail_quote">2012/10/4 CHAUVET Guillaume <span dir="ltr"><<a href="mailto:cg85@hotmail.com" target="_blank">cg85@hotmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div><div dir="ltr">
<pre>Hello libav users !<br> <br></pre><pre>I tried to create a very simple mpeg2 file : a container with one video stream.<br>But I don't understand very well all API functions needed to perform this operation :<br>
When I execute the attached sample program (below) I obtain an empty "video.mpg" file. Is avformat_write_header function who write the media file header ?<br>Or some information are missing in my settings ? I have to admit I'm a little bit confused :-(<br>
</pre><br></div></div></blockquote><div><br>You are missing two things:<br>1) Create some content for the video.<br>2) Write the trailer of the video.<br><br>See the docs/examples/muxing.c example in the distribution of ffmpeg.<br>
</div></div><br>-- <br>Gonzalo Garramuņo<br><a href="mailto:ggarra13@gmail.com">ggarra13@gmail.com</a><br>