I'm ripping single eps from my original series DVDs to encode as xvid for my media center using DVDfab's DVD to DVD > Main movie mode. The batch looks like this:
The reason I'm using "/CLOSE" is that without it after ripping each ep DVDFab pops up a window with an ok message that must be clicked manually which pretty much defeats the whole batch functionality idea. Even worse, I also have to click on "finish" and "start" which does not continue my batch but tries to rip the very same ep again asking me if I'd like to overwrite it.
So is there any way to make DVDfab automatically okay these prompts? Using "/CLOSE" as above does work but results in DVDfab scanning the disc 4 times total (prior to each ep to be ripped) instead of only once.
And what about a coexistance of 6.x and 7.x on the same system? According to your homepage that's just fine but when I reused my batch from 6.x rips with 7.x, DVDFab would always ignore "/TITLE 3" and rip title 1 instead. How come?
Also, I've unchecked "Create files in subfolders of output directory", why is it that files still end up in
my favourite show\show.s01e04\disc_volume_label\video_ts\*.vob
instead of
my favourite show\show.s01e04\*.vob?
Also, how about adding a command to be placed at the end of batch file to eject source disc when finished? I had to turn the option off in the GUI, otherwised DVDFab would eject the disc after each ep. Thx.
Code:
dvdfab /MODE MAINMOVIE /SRC "e:\video_ts" /DEST "l:\my favourite show\show.s01e01" /TITLE 3 /CLOSE dvdfab /MODE MAINMOVIE /SRC "e:\video_ts" /DEST "l:\my favourite show\show.s01e02" /TITLE 4 /CLOSE dvdfab /MODE MAINMOVIE /SRC "e:\video_ts" /DEST "l:\my favourite show\show.s01e03" /TITLE 5 /CLOSE dvdfab /MODE MAINMOVIE /SRC "e:\video_ts" /DEST "l:\my favourite show\show.s01e04" /TITLE 6 /CLOSE
So is there any way to make DVDfab automatically okay these prompts? Using "/CLOSE" as above does work but results in DVDfab scanning the disc 4 times total (prior to each ep to be ripped) instead of only once.
And what about a coexistance of 6.x and 7.x on the same system? According to your homepage that's just fine but when I reused my batch from 6.x rips with 7.x, DVDFab would always ignore "/TITLE 3" and rip title 1 instead. How come?
Also, I've unchecked "Create files in subfolders of output directory", why is it that files still end up in
my favourite show\show.s01e04\disc_volume_label\video_ts\*.vob
instead of
my favourite show\show.s01e04\*.vob?
Also, how about adding a command to be placed at the end of batch file to eject source disc when finished? I had to turn the option off in the GUI, otherwised DVDFab would eject the disc after each ep. Thx.
Comment