From 466e56e97cb7cc754cc78c23da2894f3523597ca Mon Sep 17 00:00:00 2001 From: jonas Date: Wed, 22 Mar 2006 11:26:27 +0000 Subject: use mencoder directly for mp3lame encoding instead of lavc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17913 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/aconvert | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/aconvert b/TOOLS/aconvert index bbaef5523e..bb5e714892 100755 --- a/TOOLS/aconvert +++ b/TOOLS/aconvert @@ -8,10 +8,6 @@ if [[ $1 == "" ]]; then exit 0 fi -if [[ $3 == "" ]]; then - options="-oac lavc -lavcopts acodec=mp3:abitrate=192" -else - options=$3 -fi +options=${3:-"-oac mp3lame"} mencoder -demuxer rawvideo -rawvideo w=1:h=1 -ovc copy -of rawaudio -endpos `mplayer -identify $1 -frames 0 2>&1 | grep ID_LENGTH | cut -d "=" -f 2` -audiofile $1 -o $2 $options $1 -- cgit v1.2.3