Changeset 1610
- Timestamp:
- 07/03/08 14:54:19 (2 months ago)
- Files:
-
- branches/3.4/config/ampache.cfg.php.dist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/3.4/config/ampache.cfg.php.dist
r1537 r1610 505 505 transcode_cmd_m4a = "faad -f 2 -w %FILE% | lame -r -b %SAMPLE% -S - -" 506 506 transcode_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 507 510 508 511 # This line seems to work better for windows, switch if needed
