Hello,
I am implementing a program using the libav API and this is one of my
requirements:
I need to merge two input streams, one from an mp4 file (video only) and
the other from an mp3 file (audio only). The output of this procedure is an
mp4 file with the video and the audio from the input files.
My plan Is to create an output file, and then add two streams to it, then
start reading the streams from the input files and copying the frames into
the output streams.

I wonder if there is any source code example with a similar implementation
or any kind of reference I could use? Thanks.

--
  Gustav Gonzalez
  [email protected]
_______________________________________________
Libav-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/libav-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to