Changeset 1611

Show
Ignore:
Timestamp:
07/03/08 14:54:30 (2 months ago)
Author:
vollmerk
Message:

sync to trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/ampache.cfg.php.dist

    r1602 r1611  
    506506transcode_cmd_mp3       = "mp3splt -qnf %FILE% %OFFSET% %EOF% -o - | lame --mp3input -q 3 -b %SAMPLE% -S - -" 
    507507transcode_cmd_ogg       = "oggdec -o - %FILE%| lame -b %SAMPLE% -S - - " 
     508# Alternative command works better for some people 
     509#transcode_cmd_m4a       =  "alac %FILE% | lame -h -b %SAMPLE% -S - -" 
    508510 
    509511; This line seems to work better for windows, switch if needed