summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-07-03 21:54:30 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-07-03 21:54:30 +0000
commit25dd4d981ff4c46217c6763563cab91f8c6db459 (patch)
tree527b54f5f2aada27de47cc07195eec5d648949d3 /config
parent8cdd4d967674d440fc8dac9186d8d0b9c2e7fdd8 (diff)
downloadampache-25dd4d981ff4c46217c6763563cab91f8c6db459.tar.gz
ampache-25dd4d981ff4c46217c6763563cab91f8c6db459.tar.bz2
ampache-25dd4d981ff4c46217c6763563cab91f8c6db459.zip
sync to trunk
Diffstat (limited to 'config')
-rw-r--r--config/ampache.cfg.php.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist
index 59997e23..efa330d6 100644
--- a/config/ampache.cfg.php.dist
+++ b/config/ampache.cfg.php.dist
@@ -505,6 +505,8 @@ transcode_cmd_flac = "flac -dc %FILE% | lame -b %SAMPLE% -S - - "
transcode_cmd_m4a = "faad -f 2 -w %FILE% | lame -r -b %SAMPLE% -S - -"
transcode_cmd_mp3 = "mp3splt -qnf %FILE% %OFFSET% %EOF% -o - | lame --mp3input -q 3 -b %SAMPLE% -S - -"
transcode_cmd_ogg = "oggdec -o - %FILE%| lame -b %SAMPLE% -S - - "
+# Alternative command works better for some people
+#transcode_cmd_m4a = "alac %FILE% | lame -h -b %SAMPLE% -S - -"
; This line seems to work better for windows, switch if needed
;transcode_cmd_mp3 = "lame -q 3 -b %SAMPLE% -S %FILE% - -"