Hi

On Thursday 01 November 2007 01:04:29 drek wrote:
> My brother made a DVD with some of our home-video's. In the DVD menu
> there are two chapters. The DVD consists of 6 .vob files (4 files of
> 1GB). The second chapter begins somewhere in the 3rd 1GB file. (I can
> see this when I open just this vob file.) Does anybody know an easy way
> to convert/cut these vob's into 2 separate movies?
> Just cutting on a particular time is enough.

Use MPlayer, (use man mplayer, and see the section: EXAMPLES OF MENCODER USAGE)

I guess you could use this commando:

mencoder dvd:// -chapter 1-1 -o chap1.mpeg -oac copy -ovc copy
mencoder dvd:// -chapter 2-2 -o chap2.mpeg -oac copy -ovc copy

and get 2 mpeg2 files.


regards
Jonas
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to