diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 15:17:01 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 15:17:01 -0500 |
commit | bdc98a17de90b25673572441d056e6083ded3c8f (patch) | |
tree | ed3d961f1908c944ca36c35b1b49fa3fe2b40bfe /config | |
parent | 6031914382357b390c433abc23bda1c2009a753a (diff) | |
download | ampache-bdc98a17de90b25673572441d056e6083ded3c8f.tar.gz ampache-bdc98a17de90b25673572441d056e6083ded3c8f.tar.bz2 ampache-bdc98a17de90b25673572441d056e6083ded3c8f.zip |
Update some of the transcoding examples.
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 4d6434c8..992438f3 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -562,11 +562,11 @@ refresh_limit = "60" ; encoding arguments, so the easiest approach is to use your normal command as ; a clearing-house. ; transcode_cmd_TYPE = TRANSCODE_CMD -;transcode_cmd_mid = "timidity -Or -o – %FILE% | ffmpeg -i pipe:0" +;transcode_cmd_mid = "timidity -Or -o – %FILE% | ffmpeg -f s16le -i pipe:0" ; encode_args_TYPE = TRANSCODE_CMD_ARGS -;encode_args_mp3 = "-vn -b:a %SAMPLE%K -c:a mp3 -f mp3 pipe:1" -;encode_args_ogg = "-vn -b:a %SAMPLE%K -c:a vorbis -f ogg pipe:1" +;encode_args_mp3 = "-vn -b:a %SAMPLE%K -c:a libmp3lame -f mp3 pipe:1" +;encode_args_ogg = "-vn -b:a %SAMPLE%K -c:a libvorbis -f ogg pipe:1" ;###################################################### ; these options allow you to configure your rss-feed |