Kubuntu Natty 64bit KDE 4.6.2
The following is a response to an ubuntu forums post instructing how to join 2 .vob files. It was posted January 5, 2010:
it's simple, use cat:
Code:
file1.vob file2.vob cat ... fileN.vob > fileUNICO.vob fileN.vob> fileUNICO.vob
Here is how I tried to apply the instruction. Please tell me how I erred? I have never before used 'cat' or joined .vob files.
root@yeshuah:/SG1/SG-1# 1"Children of the gods I".vob 1 "Children of the gods II".vob 1 "Children of the gods III".vob 1 "Children of the gods IIII".vob 1 "Children of the gods".vob fileUNICO.vob
root@yeshuah:/SG1/SG-1#
This particular episode of Stargate SG1 contained 4 vob files, the first 3 contained 1gb data each., the 4th contained 923.5mb of data. I copied all episodes and put them on my hard drive. To keep the episodes in order, I numbered them. That is why each portion of this episode is preceded by the number 1. I only mention this because it was a means to have the episodes play in order once they were installed on my computer. I include the comment in case it affects copying of the episodes.
Thanks!
The following is a response to an ubuntu forums post instructing how to join 2 .vob files. It was posted January 5, 2010:
it's simple, use cat:
Code:
file1.vob file2.vob cat ... fileN.vob > fileUNICO.vob fileN.vob> fileUNICO.vob
Here is how I tried to apply the instruction. Please tell me how I erred? I have never before used 'cat' or joined .vob files.
root@yeshuah:/SG1/SG-1# 1"Children of the gods I".vob 1 "Children of the gods II".vob 1 "Children of the gods III".vob 1 "Children of the gods IIII".vob 1 "Children of the gods".vob fileUNICO.vob
root@yeshuah:/SG1/SG-1#
This particular episode of Stargate SG1 contained 4 vob files, the first 3 contained 1gb data each., the 4th contained 923.5mb of data. I copied all episodes and put them on my hard drive. To keep the episodes in order, I numbered them. That is why each portion of this episode is preceded by the number 1. I only mention this because it was a means to have the episodes play in order once they were installed on my computer. I include the comment in case it affects copying of the episodes.
Thanks!
Comment