Change faac arguments to improve subject quality of the encoded file.

This commit is contained in:
Thomas Gideon 2010-10-14 13:21:46 -04:00
parent d946370e5f
commit 4c5423c55d

View file

@ -100,9 +100,11 @@ flac \
cmdln.net_${date}.wav cmdln.net_${date}.wav
# AAC encoding, lossy # AAC encoding, lossy
faac -q 100 \ # docs recommend against setting bandwidth and bitrate setting
-b 128 \ # doesn't seem to result in the desired quality as tweaking
-c 44100 \ # the quality setting (max 500)--200 was arrived at by iteratively
# encoding the same raw audio and subjective listening to the results
faac -q 200 \
-o cmdln.net_${date}.m4a \ -o cmdln.net_${date}.m4a \
--title "${title}" \ --title "${title}" \
--artist "${artist}" \ --artist "${artist}" \