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

Tomi Ollila Tomi.Ollila at sonera.com
Thu Nov 15 08:45:46 CET 2001


Wednesday Nov 14 22:58:48 +0200 2001 Arpi <arpi at thot.banki.hu> 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



More information about the MPlayer-users mailing list