Add support for HEVC and client-specified colorspaces

This commit is contained in:
Cameron Gutman
2020-01-19 19:46:45 -08:00
parent 775b50a99b
commit 47df3b231a
7 changed files with 119 additions and 20 deletions

View File

@@ -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