1
1
Fork 0

removed acodec libmp3lame from mpeg feature in youtube_converter.sh

This commit is contained in:
David Starzengruber 2011-01-19 02:01:12 +01:00
parent a161d2a1a9
commit 02a5f381bb
1 changed files with 1 additions and 1 deletions

View File

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