[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]
Re: Re: [MPlayer-users] Reproducable segfault with mencoder -pass 2
Hi,
> > This example shows how to encode a DVD to a 2-pass DivX4 AVI. Just two
> > commands are needed :
> > mplayer -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi
> > -pass 1
> > mplayer -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi
> > -pass 2
>
> Actually, it might be more user friendly to have a "-do2pass" switch
> which does exactly that: run mencoder two times. This also ensures
not possible. re-initialization of all codecs and demuxers not yet solved.
and we don't want to do some fork()-hack or so.
if you need it, write a wrapper script to do it:
menc@xxxxxxx:
#/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.
A'rpi / Astral & ESP-team
--
mailto:arpi@xxxxxxxxxxxxx
http://esp-team.scene.hu
Re: [MPlayer-users] Reproducable segfault with mencoder -pass 2, André Dahlqvist, 2001/11/14
Re: [MPlayer-users] Reproducable segfault with mencoder -pass 2, André Dahlqvist, 2001/11/14
Re: [MPlayer-users] Reproducable segfault with mencoder -pass 2, Colin Marquardt, 2001/11/14
Re: Re: [MPlayer-users] Reproducable segfault with mencoder -pass 2,
Arpi <=
Re: Re: [MPlayer-users] Reproducable segfault with mencoder -pass 2, Tomi Ollila, 2001/11/15
[MPlayer-users] mencoder and -lameopts, Jim Hull, 2001/11/15
Re: [MPlayer-users] mencoder and -lameopts, Arpi, 2001/11/15
Re: [MPlayer-users] mencoder and -lameopts, Jim Hull, 2001/11/15
Re: Re: [MPlayer-users] mencoder and -lameopts, Arpi, 2001/11/15
Re: [MPlayer-users] mencoder and -lameopts, marpet, 2001/11/15
[MPlayer-users] Reproducable segfault with mencoder -pass 2, Frank Boehme, 2001/11/14