Hello there!<br><br>Right now I am studying the file: doc/examples/decoding_encoding.c <br>aiming to update my own code to make it functional with ffmpeg 1.2<br clear="all"><br>I found this message in the header of that file:<br>
<br> * Note that libavcodec only handles codecs (mpeg, mpeg4, etc...),<br> * not file formats (avi, vob, mp4, mov, mkv, mxf, flv, mpegts, mpegps, etc...). See library 'libavformat' for the<br> * format handling<br>
<br>So, my question is this: is there any encoder example using libavformat based on<br>the latest version of FFmpeg?<br><br>I still remember an old file called "output-example.c" that I used to use as base for my<br>
video encoding classes. Now it seems that I will have to create different encoding resources<br>depending on the codec/format I want to use, isn't?<br><br>Thank you for any hint! :)<br><br>-- <br>============================<br>
  Gustav Gonzalez<br>  <a href="mailto:xtingray@gmail.com" target="_blank">xtingray@gmail.com</a><br>============================