Per doc: as of 2017 libfdk_aac may not always be better than aac for AAC-LC. The built in aac encoder is quite good

master
Y 2019-11-09 15:14:44 +01:00
parent 206600b198
commit 3e9871d9a1
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ for a in "${a_info[@]}"; do
-movflags +faststart -c:a copy $tmppfx.$file.$idx.aac
else
run ffmpeg -loglevel warning -i "${inputs[$file]}" -vn -map 0:$idx \
-movflags +faststart -c:a libfdk_aac -b:a ${kbps}k $tmppfx.$file.$idx.aac
-movflags +faststart -c:a aac -b:a ${kbps}k $tmppfx.$file.$idx.aac
fi
done