1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 17:59:21 +02:00

Merge pull request #1443 from axelsimon/patch-4

Update ampache.conf transcoding comments
This commit is contained in:
Afterster 2016-12-27 08:26:47 +01:00 committed by GitHub
commit 9a16d2eef3

View file

@ -908,12 +908,14 @@ registration_mandatory_fields = "fullname"
; DEFAULT: none ; DEFAULT: none
;encode_video_target = webm ;encode_video_target = webm
; Override the default output format on a per-type basis ; Override the default output format on a per-type basis, for example,
; to stream lossless encoded files in lossy formats.
; encode_target_TYPE = TYPE ; encode_target_TYPE = TYPE
; DEFAULT: none ; DEFAULT: none
;encode_target_flac = opus ;encode_target_flac = opus
; Override the default TYPE transcoding behavior on a per-player basis ; Override the default TYPE transcoding behavior on a per-player basis, for example,
; to stream lossless using the api and lossy using the web interface.
; transcode_player_PLAYER_TYPE = TYPE ; transcode_player_PLAYER_TYPE = TYPE
; Valid PLAYER is: webplayer, api ; Valid PLAYER is: webplayer, api
; DEFAULT: none ; DEFAULT: none
@ -934,7 +936,8 @@ transcode_player_customize = "true"
; Command configuration. Substitutions will be made as follows: ; Command configuration. Substitutions will be made as follows:
; %FILE% => filename ; %FILE% => filename
; %BITRATE% => target bit rate ; %BITRATE% => target bit rate (as chosen by the admin or users in the
; preferences, if transcode_player_customize = "true")
; You can do fancy things like VBR, but consider whether the consequences are ; You can do fancy things like VBR, but consider whether the consequences are
; acceptable in your environment. ; acceptable in your environment.