Changeset 1613
- Timestamp:
- 07/03/08 15:00:03 (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
r1610 r1613 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 people508 #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 - -" 509 509 510 510 511 #This line seems to work better for windows, switch if needed512 #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 - -" 513 513 514 514
