mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
avienc: saner default audio codec.
libmp3lame if available, ac3 otherwise.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user