diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-06-04 23:31:00 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-06-04 23:31:00 +0000 |
commit | d5b8c6a6b70733d87d62904bcd65a8b94f477b40 (patch) | |
tree | 2aedf016fdb635c585c162bf399c608e87e3de35 /config | |
parent | 1e6ef4b8a0f559f74181d2d140ad1c08a8295c30 (diff) | |
download | ampache-d5b8c6a6b70733d87d62904bcd65a8b94f477b40.tar.gz ampache-d5b8c6a6b70733d87d62904bcd65a8b94f477b40.tar.bz2 ampache-d5b8c6a6b70733d87d62904bcd65a8b94f477b40.zip |
correct transcoding command for windows thx Gizmokid20051
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 61730ea6..59997e23 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -507,7 +507,7 @@ transcode_cmd_mp3 = "mp3splt -qnf %FILE% %OFFSET% %EOF% -o - | lame --mp3input - transcode_cmd_ogg = "oggdec -o - %FILE%| lame -b %SAMPLE% -S - - " ; This line seems to work better for windows, switch if needed -;transcode_cmd_mp3 = "mp3splt -qnf -o - %FILE% %OFFSET% %EOF% | lame --mp3input -q 3 -b %SAMPLE% -S - -" +;transcode_cmd_mp3 = "lame -q 3 -b %SAMPLE% -S %FILE% - -" |