Log in

View Full Version : Merging Video files with extensions .avi.001 to .avi.009


PeteRooney
18th August 2010, 21:42
I have a film which is split into a series of files in the format xxx.avi.001, xxx.avi.002 to xxx.avi.009.
I can open the first file in VirtualDub, but can't append any of the remaining files to it. I get the message "Invalid AVI file: Not a RIFF file"
Can anyone help me out, or suggest an alternative tool to use, please?
Thanks in advance.
Pete

Shirtfull
18th August 2010, 22:33
Try using HJsplit in joining mode

LoRd_MuldeR
18th August 2010, 22:57
If those are simply parts of a single AVI file, concatenating the binary files should work.

Simply goto "Start" -> "Run...", type "cmd.exe", press Enter and then use the following command line:

copy /B xxx.avi.001 + xxx.avi.002 + xxx.avi.002 + ... + xxx.avi.009 joined.avi

mariush
18th August 2010, 23:55
In Total Commander, you can just select the first file and go in the File menu and select "Combine files". It will automatically detect all segments and combine them.

setarip_old
19th August 2010, 08:32
@PeteRooney

Hi! I have a film which is split into a series of files in the format xxx.avi.001, xxx.avi.002 to xxx.avi.009.
I can open the first file in VirtualDub, but can't append any of the remaining files to it. I get the message "Invalid AVI file: Not a RIFF file" You haven't stated:

1) Why you split your original .AVI to start with, and

2) How you split the file, and

3) Why you can't just use the original .AVI that you created

mike20021969
20th August 2010, 11:24
@PeteRooney

Hi! You haven't stated:

1) Why you split your original .AVI to start with, and

2) How you split the file, and

3) Why you can't just use the original .AVI that you created

As I understand his question, the files were already split.
Maybe that is why he wants to join them all together.

LoRd_MuldeR
20th August 2010, 11:39
As I understand his question, the files were already split.
Maybe that is why he wants to join them all together.

It's hard to imagine why he got the files "already split" without a rule #6 violation ;)

Maybe there is a legitimate reason though...

mike20021969
20th August 2010, 12:48
Can anyone help me out, or suggest an alternative tool to use, please?
Have you tried AimerSoft's video converter?
You had a similar problem a while ago: http://forum.doom9.org/showthread.php?p=1205760#post1205760

Ryo94
23rd August 2010, 19:42
As far as I know that file was split with HJSplit (http://www.freebytesoftware.com/download/hjsplit.zip) and you can join the parts with the same program ;)