Hi,
Tab wrote:
> Hi all,
>
> I need some newbie help with using libavformat to write an MP4 file
> using input from libx264. I was directed here by #ffmpeg. My current
> encoding loop is here: http://codepad.org/yoksYGZv
> As you can see, I already use libavformat and libavcodec to read the
> input, which works wonderfully. I just need some help with the file
> writing. I have the basic skeleton code there, I just need to refine
> it so that it works properly.
The simplest thing to do is probably to configure libavcodec with x264
support, and to use libavcodec for encoding (instead of calling x264
directly).
Then, you can look at output_example.c for seeing how to encode and
write to a file using libavcodec and libavformat.
Luca
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user