On Wed, Nov 19, 2008 at 07:46:54PM +0200, Alex Alexander wrote:
> You could try mencoder:
> http://www.misterhowto.com/index.php?category=Computers&subcategory=Video&article=trim_or_split_with_mencoder
> 
> with something like:
> mencoder -ss 00:02:30 -oac copy -ovc copy /media/dvd/VIDEO_TS/VTS_01_1.VOB
> /media/dvd/VIDEO_TS/VTS_01_2.VOB -o step1.VOB
> mencoder -endpos 00:39:55 -oac copy -ovc copy step1.VOB -o step2.VOB
> 
> |
> | Alex Alexander
> | There's a way to do it better - find it.
> |
> | Gentoo'd
> | http://linuxized.blogspot.com
> \
> 
> 
> On Wed, Nov 19, 2008 at 17:11, avraham rosenberg <[EMAIL PROTECTED]>wrote:
..
> > Thanks, Avraham
> >

Thanks Alex.
With a very slight change it worked.
The change was needed because tcextract did not recognize hte AVI format
(funny that the default format of mplayer is a proprietary format !). 
In order to get a mpeg file, instead, I used the command:
$ mencoder -ss 00:03:00 concert.vob -endpos 00:38:43 -of mpeg -ovc copy -oac 
copy  -o dvorak.mpeg
I built a simple DVD structure, checked it, burned a DVD disk and made sure it
plays in the commercial DVD player.
Now that I am pst that hurdle, I feel tempted to come to grips with the
DVD menus. But that will have to wait at least a week more, since we shan't
be at home.
Cheers, Avraham
-- 
Please avoid sending to this address Excell or Powerpoint attachments.

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to