Change faac arguments to improve subject quality of the encoded file.
This commit is contained in:
parent
d946370e5f
commit
4c5423c55d
1 changed files with 5 additions and 3 deletions
|
@ -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}" \
|
||||||
|
|
Loading…
Reference in a new issue