mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
Update ampache.conf transcoding comments
To make the transcoding section of ampache.cfg easier for new users, I suggest making the comments more explicit, giving short examples of why one would want to use an option, for instance.
This commit is contained in:
parent
a9292f8f6e
commit
08fc048688
1 changed files with 6 additions and 3 deletions
|
@ -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 = ogg
|
;encode_target_flac = ogg
|
||||||
|
|
||||||
; 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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue