diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-29 04:58:22 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-29 04:58:22 +0000 |
commit | 258e4fcdf22745ce2b119df63458790461a6fbf0 (patch) | |
tree | 779f2a232d11bd2cbd4efca72f450e1af2640320 /config | |
parent | db47bcb6c018fecae71b8b7120c70d7ef9c7bcf6 (diff) | |
download | ampache-258e4fcdf22745ce2b119df63458790461a6fbf0.tar.gz ampache-258e4fcdf22745ce2b119df63458790461a6fbf0.tar.bz2 ampache-258e4fcdf22745ce2b119df63458790461a6fbf0.zip |
fixed downsampling, renamed to transcoding default or always are now the options
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 2ead7947..da431703 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -464,9 +464,9 @@ transcode_flac_target = mp3 transcode_mp3_target = mp3 ; These are the commands that will be run to transcode the file -trascode_cmd_flac = flac -dc %FILE% | lame -r -b 128 -S - - -trascode_cmd_m4a = faad -f 2 -w %FILE% | lame -r -b 128 -S - - -transcode_cmd_mp3 = mp3splt -qnf %FILE% %OFFSET% %EOF% -o - | lame --mp3input -q 3 -b %SAMPLE% -S - - +trascode_cmd_flac = "flac -dc %FILE% | lame -r -b 128 -S - - " +trascode_cmd_m4a = "faad -f 2 -w %FILE% | lame -r -b 128 -S - -" +transcode_cmd_mp3 = "mp3splt -qnf %FILE% %OFFSET% %EOF% -o - | lame --mp3input -q 3 -b %SAMPLE% -S - -" ;###################################################### ; these options allow you to configure your rss-feed |