diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-07-03 21:59:33 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-07-03 21:59:33 +0000 |
commit | 17004376da0d8ef369329488487ff9d0538efc31 (patch) | |
tree | 898901d40feac7816562d6ee89881bd28a272267 /config/ampache.cfg.php.dist | |
parent | 25dd4d981ff4c46217c6763563cab91f8c6db459 (diff) | |
download | ampache-17004376da0d8ef369329488487ff9d0538efc31.tar.gz ampache-17004376da0d8ef369329488487ff9d0538efc31.tar.bz2 ampache-17004376da0d8ef369329488487ff9d0538efc31.zip |
epic failure
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index efa330d6..1efe7fe5 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -505,8 +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 - -" +; 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% - -" |