On date Tuesday 2008-02-05 19:33:23 +0200, Ariel Segal wrote: > Hi, > I have just joined this mail list, and I'm posting even before I have > got a single mail from this list. > I need the ffmpeg lib to write raw (no encoding) video and audio to an > MPEG4 container. > I need to set up a container and start writing to it. > Where do I start?
The Documentation section of the FFmpeg website provides links to some nice FFmpeg tutorials: http://ffmpeg.mplayerhq.hu/documentation.html output_example.c from the FFmpeg source tree is another useful example (mmh, well I don't like it so much...). Furthermore you can browse the Gmane archive of this ML, where you can find many libav usage examples. If you finally get out with something educative and useful you may consider to publish your effort here. > Thanx for your help, HTH, regards. -- Stefano Sabatini Linux user number 337176 (see http://counter.li.org) _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
