mplayer-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]

Re: [MPlayer-users] problems with vobsub generated by mencoder


To: "MPlayer user's list." <mplayer-users@xxxxxxxxxxxx>
Subject: Re: [MPlayer-users] problems with vobsub generated by mencoder
From: D Richard Felker III <dalias@xxxxxxxxxx>
Date: Sun, 9 Mar 2003 22:56:54 -0500
In-reply-to: <20030310002137.A19869@palantir>
References: <20030310002137.A19869@palantir>
User-agent: Mutt/1.3.25i

[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
On Mon, Mar 10, 2003 at 12:21:37AM -0300, Martin Pavon wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]

> Hi Folks !!!!
> 
> I'm having some problems to generate vobsub files with mencoder. I've done the
> following
> 
> i) I've ripped the dvd (interview with the vampire, ntsc R4) in two large vob
> files with the command line
> 
> mplayer -dvd1 -chapter 1-14 -dumpstream -dumpfile 01-14.vob    and
> mplayer -dvd1 -chapter 15-34 -dumpstream -dumpfile 15-34.vob 
> 
> And I encode both satisfactory (with -ofps 23.976)
> 
> To create the vobsub files I use the command line
> 
> cat 15-34.vob |mencoder -ovc frameno -nosound -ofps 23.976 \
> -ifo path_to_ifos -vobsubout test/xxxx -vobsuboutindex 0 \
> -vobsuboutid es -sid 2 -

Never mix -ovc frameno with -nosound. If you don't want to waste time
decoding and encoding, use -oac copy -ovc copy -o /dev/null instead.
What you're doing could be causing timing/sync weirdness...

Rich

_______________________________________________
RTFM!!!  http://www.MPlayerHQ.hu/DOCS
Search:  http://www.MPlayerHQ.hu/cgi-bin/htsearch
http://mplayerhq.hu/mailman/listinfo/mplayer-users


[Prev in Thread] Current Thread [Next in Thread]