Removed chaptered support from AAC encoding, doesn't seem to function

This commit is contained in:
KrumpetPirate 2018-04-06 11:12:47 -05:00
parent ee0c971544
commit 219255826b

View File

@ -34,6 +34,7 @@ if [[ "$1" == '--aac' ]]
then
codec=copy
extension=m4a
mode=single
shift
fi