Quote:
Originally Posted by michelle
At a high level overview this is what you do.
Use ffmpeg, open the video with av_open_file_input
get the index to the video segments
put the samples into the audio buffer
copy the samples from the buffer sequentilly to a new file.
|
Hi Michell,
I am trying to convert .mov to .mp4. I am able to convert video but audio is having issues. Should i only decode audio and copy raw data in output file or i have to encode audio as well. I am trying output example.c code with no luck. It would great if you have any sample.