killadoob
Honorary Master
i have 4 video that are 32 meg in size they where incoded into 4 files due to the size how do i make them into one?
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
does this work???Myrrdin said:If they are mpeg format use zip and zip them into one file using no compression (note when you select the files use <cntrl> and select files from last to first in sequence). When complete rename file to whatever.mpg and say yes when it asks you if you are sure you want to change the extension.
Done
That might work - but it won't be the proper way for avis or any other video format with an index. Mpeg1/2 might be more forgiving. Depends on which video player you use.dualmeister said:I've done this from the command prompt before. Files must be same codec + resolution though.
Command
copy /B file1.avi+file2.avi+file3.avi newfilename.avi
arf9999 said:does this work???![]()