Changeset 1612

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

epic failure

Files:

Legend:

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

    r1611 r1612  
    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 - -" 
     508; Alternative command works better for some people 
     509;transcode_cmd_m4a       =  "alac %FILE% | lame -h -b %SAMPLE% -S - -" 
    510510 
    511511; This line seems to work better for windows, switch if needed