Changeset 1610

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

new m4a transcode command

Files:

Legend:

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

    r1537 r1610  
    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 - -" 
     509  
    507510 
    508511# This line seems to work better for windows, switch if needed