Add support for HEVC and client-specified colorspaces
This commit is contained in:
@@ -86,8 +86,13 @@ qp = 28
|
||||
# Number of threads used by ffmpeg to encode the video
|
||||
threads = 8
|
||||
|
||||
# Allows the client to request HEVC Main or HEVC Main10 video streams.
|
||||
# HEVC is more CPU-intensive to encode, so enabling this may reduce performance.
|
||||
# If set to 0 (default), Sunshine will not advertise support for HEVC
|
||||
# If set to 1, Sunshine will advertise support for HEVC Main profile
|
||||
# If set to 2, Sunshine will advertise support for HEVC Main and Main10 (HDR) profiles
|
||||
# hevc_mode = 2
|
||||
|
||||
# See x264 --fullhelp for the different presets
|
||||
profile = baseline
|
||||
preset = superfast
|
||||
tune = zerolatency
|
||||
|
||||
Reference in New Issue
Block a user