 |
 |
program to join vob files together
|
 |
|
 |
|
Professional Poster
Join Date: May 2004
Location: Semi Posting Retirement *ReJoice!*
Status:
Offline
|
|
is there a freeware program that can join vob files together?
i wasnt able to join 'em in idvd or imovie .. unless i'm doing something wrong...
Thanks a bunch guys (and gals)
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Nov 2003
Location: Hamburg
Status:
Offline
|
|
Originally posted by Lancer409:
is there a freeware program that can join vob files together?
i wasnt able to join 'em in idvd or imovie .. unless i'm doing something wrong...
Thanks a bunch guys (and gals)
Sorry, can't help with freeware but DivXRay can do what you want!
|
|
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Nov 2002
Location: Seattle, WA
Status:
Offline
|
|
cat *.VOB > output.vob
make sure the output name doesn't fit the wildcard criteria in the input name
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Nov 2003
Location: Hamburg
Status:
Offline
|
|
Originally posted by Uncle Skeleton:
cat *.VOB > output.vob
make sure the output name doesn't fit the wildcard criteria in the input name
Is that a terminal command? Does it also work for AVI files?
|
|
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Nov 2002
Location: Seattle, WA
Status:
Offline
|
|
yes, no. it works for vob, mpv, mpa and ac3. it doesn't work for mov, mp4, avi, mpeg (muxed), asf/wmv, rm. I don't know about ts or m2t transport streams.
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Nov 2003
Location: Hamburg
Status:
Offline
|
|
Thanks a lot Uncle! 
Seems like I will still have to use ffmpegX for AVIs then... 
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: May 2004
Location: Semi Posting Retirement *ReJoice!*
Status:
Offline
|
|
i have no idea how to do that in the terminal .. lol .. is there a total newbie guide for it? bah .. why no freeware apps 
|
|
|
| |
|
|
|
 |
|
 |
|
Posting Junkie
Join Date: Feb 2000
Location: Washington, DC
Status:
Offline
|
|
Originally posted by Lancer409:
i have no idea how to do that in the terminal .. lol .. is there a total newbie guide for it? bah .. why no freeware apps
1) Open terminal
type "CD desktop"
<move all the xxx.vob files to your desktop as you normally would>
type "cat *.VOB > output.vob"
wait...
done
|
|
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Nov 2002
Location: Seattle, WA
Status:
Offline
|
|
Originally posted by Lancer409:
i have no idea how to do that in the terminal .. lol .. is there a total newbie guide for it? bah .. why no freeware apps
cat is an app which can do this. it's not only free, it comes with your computer.
<move all the xxx.vob files to your desktop as you normally would>
type "cat *.VOB > output.vob"
it's very important that the input criteria ("*.VOB") is not satisfied by the output ("output.vob") or else the program will add the output to itself in an infinite loop. The easiest way to do this is to use CAPS for the input and lowercase for the output, since command line utils are case sensitive (in general)
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: May 2004
Location: Semi Posting Retirement *ReJoice!*
Status:
Offline
|
|
thanks guys .. worked like a charm .. i guess unix terminal is really tricky for me .. the only thing i recognize is cd (from dos) but the commands are sorta diff .. besides i wasnt a dos wiz either .. i love gui's .. lol thanks again for all your help .. i never new osx has cat included (i didnt even know cat exists.. thanks .. =) I love MacNN
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|