summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-07-30 05:09:26 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-07-30 05:09:26 +0000
commitff77c79a5d4680924369766176a165d7baf27ae7 (patch)
tree802cf560629d5ab2d84805a13f619c4a9f66c799 /config
parent49e9368674124d7fc577e3d9a85210504717f4e6 (diff)
downloadampache-ff77c79a5d4680924369766176a165d7baf27ae7.tar.gz
ampache-ff77c79a5d4680924369766176a165d7baf27ae7.tar.bz2
ampache-ff77c79a5d4680924369766176a165d7baf27ae7.zip
sync from branches
Diffstat (limited to 'config')
-rw-r--r--config/ampache.cfg.php.dist5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist
index 1efe7fe5..06fa6815 100644
--- a/config/ampache.cfg.php.dist
+++ b/config/ampache.cfg.php.dist
@@ -499,12 +499,15 @@ transcode_m4a_target = mp3
transcode_flac_target = mp3
;transcode_mp3 = false
transcode_mp3_target = mp3
+;transcode_ogg = false
+transcode_ogg = ogg
; These are the commands that will be run to transcode the file
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 - - "
+;transcode_cmd_ogg = "mp3splt -qn %FILE% %OFFSET% %EOF% -o - | oggdec -Q -o - - | lame -S -q 3 -b %SAMPLE% -S - -"
+transcode_cmd_ogg = "oggsplt -qn %FILE% %OFFSET% %EOF% -o - | oggdec -Q -o - - | lame -S -q 3 -b %SAMPLE% -S - -"
; Alternative command works better for some people
;transcode_cmd_m4a = "alac %FILE% | lame -h -b %SAMPLE% -S - -"