Tuesday, February 01, 2011

Combined Video files with ffmpeg

# cat [video1].mpg [video2].mpg | ffmpeg -f mpeg -i - -vcodec copy -acodec copy [combined_video_file].mpg

No comments: