1
1
Fork 0

fixed problem with audio codec in youtube_converter.sh

This commit is contained in:
David Starzengruber 2011-01-02 18:43:09 +01:00
parent 277d66a78c
commit c9fdc61dc0
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ if [ $mediatype != "mpeg" ]; then
rm temp.wav
title="$title.mp3"
else
ffmpeg -i /tmp/$file -sameq -ab 192k "$title.mpeg"
ffmpeg -i /tmp/$file -sameq -acodec libmp3lame -ab 192k "$title.mpeg"
title="$title.mpeg"
fi