From 96c6d35f098a3672549d9b455fd761a6e914c6e8 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 21 May 2008 02:37:30 +0000 Subject: added ogg transcode command, thx p28301016 --- config/ampache.cfg.php.dist | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 472db77c..8bb58cc7 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -504,9 +504,11 @@ transcode_mp3_target = mp3 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 - - " + +; 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 - -" -# 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 - -" ;###################################################### -- cgit