This can be done in a variety of ways.
1. cat file01.vob file02.vob >newfile.vob
2. mpgjoin file01.vob file02.vob -o newilfe.vob
3. mpgcat file01.vob file02.vob -o newilfe.vob
4. mpgtx -j file01.vob file02.vob -o newfile.vob
You can also look into GOPChop and/or DVBCut,
vobcopy -i /path/to/ripped/dvd/files/VIDEO_TS -n1 -l -o /path/to/put/files/file.vob
^^ -i = input path. The complete path
-n = title number, if your not sure, use lsdvd or vobcopy -i /path/VIDEO_TS -I
-l enables large file support.
-o is the path to output the files.
You can also use vobcopy to rip from the DVD driver.
1. cat file01.vob file02.vob >newfile.vob
2. mpgjoin file01.vob file02.vob -o newilfe.vob
3. mpgcat file01.vob file02.vob -o newilfe.vob
4. mpgtx -j file01.vob file02.vob -o newfile.vob
You can also look into GOPChop and/or DVBCut,
vobcopy -i /path/to/ripped/dvd/files/VIDEO_TS -n1 -l -o /path/to/put/files/file.vob
^^ -i = input path. The complete path
-n = title number, if your not sure, use lsdvd or vobcopy -i /path/VIDEO_TS -I
-l enables large file support.
-o is the path to output the files.
You can also use vobcopy to rip from the DVD driver.
Comments