Changeset 1613

Show
Ignore:
Timestamp:
07/03/08 15:00:03 (2 months ago)
Author:
vollmerk
Message:

sync of epic failure

Files:

Legend:

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

    r1610 r1613  
    505505transcode_cmd_m4a       = "faad -f 2 -w %FILE% | lame -r -b %SAMPLE% -S - -" 
    506506transcode_cmd_mp3       = "mp3splt -qnf %FILE% %OFFSET% %EOF% -o - | lame --mp3input -q 3 -b %SAMPLE% -S - -" 
    507 # Alternative command works better for some people 
    508 #transcode_cmd_m4a       =  "alac %FILE% | lame -h -b %SAMPLE% -S - -" 
     507; Alternative command works better for some people 
     508;transcode_cmd_m4a       =  "alac %FILE% | lame -h -b %SAMPLE% -S - -" 
    509509  
    510510 
    511 # This line seems to work better for windows, switch if needed 
    512 #transcode_cmd_mp3    = "mp3splt -qnf -o - %FILE% %OFFSET% %EOF% | lame --mp3input -q 3 -b %SAMPLE% -S - -"  
     511; This line seems to work better for windows, switch if needed 
     512;transcode_cmd_mp3    = "mp3splt -qnf -o - %FILE% %OFFSET% %EOF% | lame --mp3input -q 3 -b %SAMPLE% -S - -"  
    513513 
    514514