mplayer-users
[Top][All Lists]
Advanced

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

Re: Re: [MPlayer-users] Reproducable segfault with mencoder -pass 2


To: mplayer-users@xxxxxxxxxxxxxx
Subject: Re: Re: [MPlayer-users] Reproducable segfault with mencoder -pass 2
From: Tomi Ollila <Tomi.Ollila@xxxxxxxxxx>
Date: Thu, 15 Nov 2001 09:45:46 +0200
In-reply-to: <200111142058.WAA10664@thot.banki.hu>
References: <dexter.87ofm5dsie.fsf@morphin.marquardt-home.de> <200111142058.WAA10664@thot.banki.hu>

Wednesday Nov 14 22:58:48 +0200 2001 Arpi <arpi@xxxxxxxxxxxxx> wrote:
> 
> #/bin/sh
> mencoder -pass 1 "$*"
> mencoder -pass 2 "$*"

Maybe like this:

#/bin/sh
mencoder -pass 1 "$@"
mencoder -pass 2 "$@"


> 
> > that exactly the same options are used (requirement as stated in the
> > docs) -- or are there applications where you *would* want to use
> > different switches in the two runs?
> you should always use the same options.


Tomi


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