- convert with "ffmpeg" ::
ffmpeg -i input-2.avi -r 24 output-2.avi
ffmpeg -i input-3.avi -r 24 output-3.avi
ffmpeg -i input-4.avi -r 24 output-4.avi
- cat them together ::
- recreate the audio/video index with "mencoder" ::
- OR, in one mplayer command:
mencoder -forceidx -oac copy -ovc copy file1.avi file2.avi -o final_output.avi
- OR, use 'avimerge':
If on Debian/Ubuntu, "apt-get install transcode-utils" ... doing this will make sure, 'avimerge' is present in the system.
avimerge -o output.avi -i input1.avi input2.avi
0 comments:
Post a Comment