PDA

View Full Version : VobEdit Problem ...


0verd0ze
15th October 2005, 23:58
hey !

this is my problem, the flick im encoding to XviD is 13 vobs, around 200 mb each ... and i wanna use AutoGK to encode it to XviD .. .so i used VobEdit to merge the vobs ... and the total file should be 2,48 gb ... but i splitted it up in 1 gb files ... is it poosible to change that or what ? ...

r0lZ
16th October 2005, 01:36
You can use the COPY DOS command to merge all VOB files:
COPY /B VOB1+VOB2+VOB3 MERGED_VOB

blutach
16th October 2005, 01:44
I have a feeling you need the /b switch r0lZ.
Copy /b ...

Regards

r0lZ
16th October 2005, 01:56
Right! Fixed. :)

setarip_old
16th October 2005, 04:44
The "copy" command works properly with either an uppercase "/B" or lowercase "/b"...