avienc: saner default audio codec.

libmp3lame if available, ac3 otherwise.
This commit is contained in:
Anton Khirnov
2011-08-20 16:05:17 +02:00
parent 3436c4a368
commit b71389cbae
2 changed files with 6 additions and 2 deletions

View File

@ -44,7 +44,7 @@ do_audio_only()
}
if [ -n "$do_avi" ] ; then
do_lavf avi
do_lavf avi "-acodec mp2"
fi
if [ -n "$do_asf" ] ; then