use alternative aac encoder
This commit is contained in:
@@ -7,7 +7,7 @@ vbr=
|
|||||||
while [[ $# > 0 ]]; do
|
while [[ $# > 0 ]]; do
|
||||||
case $1 in
|
case $1 in
|
||||||
-map) map='-map 0:0'; shift;;
|
-map) map='-map 0:0'; shift;;
|
||||||
-vbr) vbr='libfdk_aac -profile:a aac_he -b:a 64k'; shift;;
|
-vbr) vbr='aac_at -profile:a aac_he -b:a 64k'; shift;;
|
||||||
* ) break ;; # Anything else stops command line processing.
|
* ) break ;; # Anything else stops command line processing.
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user