Hello there!

Right now I am studying the file: doc/examples/decoding_encoding.c
aiming to update my own code to make it functional with ffmpeg 1.2

I found this message in the header of that file:

 * Note that libavcodec only handles codecs (mpeg, mpeg4, etc...),
 * not file formats (avi, vob, mp4, mov, mkv, mxf, flv, mpegts, mpegps,
etc...). See library 'libavformat' for the
 * format handling

So, my question is this: is there any encoder example using libavformat
based on
the latest version of FFmpeg?

I still remember an old file called "output-example.c" that I used to use
as base for my
video encoding classes. Now it seems that I will have to create different
encoding resources
depending on the codec/format I want to use, isn't?

Thank you for any hint! :)

-- 
============================
  Gustav Gonzalez
  xting...@gmail.com
============================
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to