diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-07-24 15:36:38 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-07-24 15:36:38 -0400 |
commit | e9ae64173cad4ebf753a66235757a3beef039baf (patch) | |
tree | 711820f806af0650fc031f8a5805eb3edeb05a28 /config | |
parent | 0a2f173122b72164b838aaf54c4f914d65836160 (diff) | |
download | ampache-e9ae64173cad4ebf753a66235757a3beef039baf.tar.gz ampache-e9ae64173cad4ebf753a66235757a3beef039baf.tar.bz2 ampache-e9ae64173cad4ebf753a66235757a3beef039baf.zip |
Minor updates to the transcoding documentation
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 1fbc6e56..77eaf370 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -564,7 +564,7 @@ refresh_limit = "60" ; DEFAULT: none ;transcode_cmd = "ffmpeg -i %FILE%" ;transcode_cmd = "avconv -i %FILE%" -;transocde_cmd = "/usr/bin/neatokeen %FILE%" +;transcode_cmd = "/usr/bin/neatokeen %FILE%" ; Specific transcode commands ; It shouldn't be necessary in most cases, but you can override the transcode @@ -574,6 +574,9 @@ refresh_limit = "60" ; transcode_cmd_TYPE = TRANSCODE_CMD ;transcode_cmd_mid = "timidity -Or -o – %FILE% | ffmpeg -f s16le -i pipe:0" +; Encoding arguments +; For each output format, you should provide the necessary arguments for +; your transcode_cmd. ; encode_args_TYPE = TRANSCODE_CMD_ARGS ;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" |