marcel maatkamp
-
2004-07-23
The current release does not support supplying a
filename and does not print in which file the extracted
vob is written to.
So I have modified the source to support a filename
with the option -f
Example:
dvdbackup -t 2 -i/dev/dvd -o . -f myfile
Will generate a file in
./<DISCNAME>/VIDEO_TS/myfile.VOB
Applying the patch:
patch -p0 < dvdbackup_withfilename.patch