[MPlayer-cvslog] CVS: main/TOOLS aconvert,1.2,1.3

The Wanderer inverseparadox at comcast.net
Wed Mar 22 18:33:07 CET 2006


Jonas Jermann CVS wrote:

> CVS change done by Jonas Jermann CVS
> 
> Update of /cvsroot/mplayer/main/TOOLS
> In directory mail:/var2/tmp/cvs-serv32659
> 
> Modified Files:
> 	aconvert 
> Log Message:
> use mencoder directly for mp3lame encoding instead of lavc

> -if [[ $3 == "" ]]; then
> -    options="-oac lavc -lavcopts acodec=mp3:abitrate=192"
> -else
> -    options=$3
> -fi
> +options=${3:-"-oac mp3lame"}

This is not equivalent to the previous form, unless the bitrate for
mp3lame defaults to 192. (Its default, if any, is not mentioned in the
man page that I can see.)

-- 
       The Wanderer

Warning: Simply because I argue an issue does not mean I agree with any
side of it.

Secrecy is the beginning of tyranny.




More information about the MPlayer-cvslog mailing list