From cf706d7ece762a3d87f1e832e787df567774617b Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Fri, 5 Nov 2010 13:10:03 -0400 Subject: [PATCH] Fixed think-o. --- encode.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encode.bash b/encode.bash index 2e7a268..6f1d66a 100755 --- a/encode.bash +++ b/encode.bash @@ -135,7 +135,7 @@ echo "" # the quality setting (max 500)--200 was arrived at by iteratively # encoding the same raw audio and subjective listening to the results faac -q ${aac_quality} \ --o cmdln.net_${date}.m4a \ +-o ${base_file}.m4a \ --title "${title}" \ --artist "${artist}" \ --album "${album}" \