Accidentally modified stock config file

This commit is contained in:
kiralycraft
2021-02-28 15:56:23 +02:00
parent 7abcfc0390
commit 87be37293e
+6 -6
View File
@@ -94,8 +94,8 @@
# output_name = \\.\DISPLAY1 # output_name = \\.\DISPLAY1
# !! Linux only !! # !! Linux only !!
# Set the display number to stream. I have no idea how they are numbered. They start from 0. # Set the display number to stream. I have no idea how they are numbered. They start from 1, usually.
linux_monitor_id = 3 # linux_monitor_id = 2
############################################### ###############################################
# FFmpeg software encoding parameters # FFmpeg software encoding parameters
@@ -105,7 +105,7 @@ linux_monitor_id = 3
# Constant Rate Factor. Between 1 and 52. It allows QP to go up during motion and down with still image, resulting in constant perceived quality # Constant Rate Factor. Between 1 and 52. It allows QP to go up during motion and down with still image, resulting in constant perceived quality
# Higher value means more compression, but less quality # Higher value means more compression, but less quality
# If crf == 0, then use QP directly instead # If crf == 0, then use QP directly instead
crf = 18 # crf = 0
# Quantitization Parameter # Quantitization Parameter
# Higher value means more compression, but less quality # Higher value means more compression, but less quality
@@ -116,7 +116,7 @@ crf = 18
# Increasing the value slightly reduces encoding efficiency, but the tradeoff is usually # Increasing the value slightly reduces encoding efficiency, but the tradeoff is usually
# worth it to gain the use of more CPU cores for encoding. The ideal value is the lowest # worth it to gain the use of more CPU cores for encoding. The ideal value is the lowest
# value that can reliably encode at your desired streaming settings on your hardware. # value that can reliably encode at your desired streaming settings on your hardware.
min_threads = 1 # min_threads = 1
# Allows the client to request HEVC Main or HEVC Main10 video streams. # 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 when using software encoding. # HEVC is more CPU-intensive to encode, so enabling this may reduce performance when using software encoding.
@@ -124,14 +124,14 @@ min_threads = 1
# If set to 1, Sunshine will not advertise support for HEVC # If set to 1, Sunshine will not advertise support for HEVC
# If set to 2, Sunshine will advertise support for HEVC Main profile # If set to 2, Sunshine will advertise support for HEVC Main profile
# If set to 3, Sunshine will advertise support for HEVC Main and Main10 (HDR) profiles # If set to 3, Sunshine will advertise support for HEVC Main and Main10 (HDR) profiles
hevc_mode = 0 # hevc_mode = 2
# Force a specific encoder, otherwise Sunshine will use the first encoder that is available # Force a specific encoder, otherwise Sunshine will use the first encoder that is available
# supported encoders: # supported encoders:
# nvenc # nvenc
# software # software
# #
# encoder = vaapi # encoder = nvenc
##################################### Software ##################################### ##################################### Software #####################################
# See x264 --fullhelp for the different presets # See x264 --fullhelp for the different presets
# sw_preset = superfast # sw_preset = superfast