Log in

View Full Version : Is there a way to encode multiple mpeg2's to one .avi ?


traragorn
24th December 2006, 23:57
Hi there, I recently bought a digital satellite card and started capturing my favourite tv shows , today I made a mistake and accidently stopped capturing -twice- so now I have three mpeg2 files , my question is ; is there a way to input them all to autogk so it produces one final avi file ?

Thanks.

setarip_old
25th December 2006, 03:16
Hi!

You could simply open a DOS box (command prompt) or create a batch file and run the following (substitute the correct .MPG names) to first join the MPEG2 files:

copy /b file(1).mpg+file(2).mpg+file(n).vob file-total.mpg

BigDid
25th December 2006, 04:55
Or rename your input files, covered in AGK-FAQ 6.12 :

"6.12 How can I add more than one file to encode in File mode?
- just put them in one directory and name them *_1.*; *_2.* etc. They will be picked up automatically. This only works for mpeg1, mpeg2 and vob files but not for AVI files."

Did