Home » Questions » Computers [ Ask a new question ]

VOB merging: what command-line tool is recommended (Linux)?

VOB merging: what command-line tool is recommended (Linux)?

I'd like to merge the VOB's of a DVD into a single VOB file.

Asked by: Guest | Views: 324
Total answers/comments: 2
Guest [Entry]

"Assuming you only care about the vobs and not anything else on the dvd, you can simply cat them together:

cat *.vob > big.vob

will work just fine."
Guest [Entry]

"How about that :

pv *.vob > big.vob"