Mailinglist Archive: opensuse (2747 mails)

< Previous Next >
Re: [opensuse] cut .vob file
  • From: Jonas Helgi Palsson <jonas.palsson@xxxxxxxxxxxxxxxx>
  • Date: Thu, 1 Nov 2007 14:40:45 +0100
  • Message-id: <200711011440.45836.jonas.palsson@xxxxxxxxxxxxxxxx>
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: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >
References