| 
				
				Re: Best program to join mpeg-2 files without re-encoding video?
			 
 
			
			mpeg streams tend to concatenate nicely, on a 'nix system you can often get away with  
"cat *mpg > joined.mpg"
 
but I'd still recommend the concat protocol of ffmpeg:
https://trac.ffmpeg.org/wiki/Concatenate#protocolNo members have liked this post. |