Force aac encoding.

This commit is contained in:
Thomas Gideon 2014-06-07 17:32:05 -04:00
parent 8aa93cc95c
commit 131e58dd92
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ avconv -i ${base_file}.wav \
-metadata genre="${genre}" \
-metadata writer="${artist}" \
-metadata comment="${comment}" \
-strict experimental \
${base_file}.m4a
#-metadata cover-art="${cover}" \