Needing help with avi.

Kogarasumaru

The fiery slacker
Feb 19, 2008
15
1
I recently downloaded an avi. rapidshare direct download. I used VLC and saw the first file 001 and tried using VLC again to see the second one 002 but it says
Unrecognized format. How do I get to see the other files? Do I need to download something? Please help.
 

wotaku

wota-kun
Mar 8, 2008
165
0
You need to merge the files. Can be done via command line (e.g. "copy /b [filename].avi.* [filename].avi" on windows or via a program to split and merge files (search this board I think there's on thread for recommendations... HJSplit or something.)
 

handyman

Super Perv
Former Staff
Nov 16, 2006
4,455
141
Yes, as wotaku said, the files need to be joined in order to view the whole thing.

HJSplit will do the job for you.
 

cm5oom

New Member
Feb 19, 2007
294
0
on osx/linix just open a termianl and type

cat file1.avi file2.avi > newfile.avi