On date Wednesday 2008-04-30 17:05:10 +0200, mauro gargano wrote: > Hi, > > I need to create a mpeg file which contains a proprietary-stream. In > order to do that, I need to implement the custom-codec which writes > and reads the stream from the mpeg file. > The application I write should run under window and (possibly) linux > and should be self-contained. No system-codecs, no dlls ... (just like > 'mancoder') > > For this purpose I wanted to use the good known library "libav". What > do you think, is it like firing a fly with a cannon? Any hint? > > The main problem I have is to find a tutorial on "how to write a new > codec for libav". Is there something around? > > I thank you in advice,
http://wiki.multimedia.cx/index.php?title=FFmpeg_codec_howto anyway from what you wrote it seems you're really more interested in a muxer rather than in a codec. Check libavformat. Ciao. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
