| View previous topic :: View next topic |
| Author |
Message |
friesia Tux's lil' helper


Joined: 23 Mar 2007 Posts: 112
|
Posted: Tue Feb 09, 2010 4:41 am Post subject: Splitting .VOB into chapters |
|
|
There's a .vob file with track 1 I've copied from a DVD with mplayer -dumpstream.
Is there a tool that can help me split it into chapters using information from the DVD? |
|
| Back to top |
|
 |
yngwin Developer


Joined: 19 Dec 2002 Posts: 4059 Location: in the Dutch Mountains ;-)
|
Posted: Tue Feb 09, 2010 10:44 am Post subject: |
|
|
You should be able to dump individual chapters with something like mplayer dvdnav://1 -chapter 1 -dumpstream -dumpfile chap1.vob _________________ "Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF |
|
| Back to top |
|
 |
beandog Developer


Joined: 04 May 2003 Posts: 1873 Location: /usa/utah
|
Posted: Tue Feb 09, 2010 11:25 am Post subject: |
|
|
| yngwin wrote: | | You should be able to dump individual chapters with something like mplayer dvdnav://1 -chapter 1 -dumpstream -dumpfile chap1.vob |
Actually that would dump starting at chapter one and everything after that. If you wanted *just* one chapter, you need to do -chapter 1-1, or -chapter 2-3 or whatever.
Also, use lsdvd to find DVD info, including chapter breaks. _________________ If it ain't broke, tweak it. packages | planet | blog | home |
|
| Back to top |
|
 |
|