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
Subscribe to:
Posts (Atom)
This is where I record my adventure into the land of Ubuntu linux.