merge CAF (core audio format,Linear PCM) file into a video(mjpeg) file using ffmpeg (programaticall
Posted
by Sridhar
on Stack Overflow
See other posts from Stack Overflow
or by Sridhar
Published on 2010-04-27T12:19:51Z
Indexed on
2010/04/27
12:23 UTC
Read the original article
Hit count: 332
Hello,
As the title said, I have a CAF file and I want to insert that file into a video file using ffmpeg(Programmatically ) using C.
CAF file has Linear PCM audio format
I am successfully able to build the video file and now want to add the audio to the video file from CAF (Core Audio Format) file.
Can anyone provide a sample please.
Thanks
© Stack Overflow or respective owner