diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-13 00:19:33 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-13 00:19:33 +0000 |
commit | 8398183bf5a383cee7da656fd116457c799678f7 (patch) | |
tree | df76660926bf7128f80063e2b825bae70515a9e9 /config | |
parent | 1244dad8a275d8e8cbbf71844e8516c40a4bacdf (diff) | |
download | ampache-8398183bf5a383cee7da656fd116457c799678f7.tar.gz ampache-8398183bf5a383cee7da656fd116457c799678f7.tar.bz2 ampache-8398183bf5a383cee7da656fd116457c799678f7.zip |
add additional alternative flac transcoding line (Thx aberet)
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 04ea1bf4..abce79d7 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -530,6 +530,7 @@ transcode_cmd_ogg = "oggsplt -qn %FILE% %OFFSET% %EOF% -o - | oggdec -Q -o - ; Alternative command works better for some people ;transcode_cmd_m4a = "alac %FILE% | lame -h -b %SAMPLE% -S - -" ;transcode_cmd_ogg = "mp3splt -qn %FILE% %OFFSET% %EOF% -o - | oggdec -Q -o - - | lame -S -q 3 -b %SAMPLE% -S - -" +;transcode_cmd_flac = "flac -dc %FILE% | lame -rb %SAMPLE% -S - -" ; This line seems to work better for windows, switch if needed ;transcode_cmd_mp3 = "lame -q 3 -b %SAMPLE% -S %FILE% - -" |