|
[FHD] # 1080p 35fps
profile-desc=cond:((p["video-params/w"]<=1920 and p["video-params/h"]<=1080) and (p["video-params/w"]>=1358 or p["video-params/h"]>=764) and p["estimated-vf-fps"]<36 )
#profile=RAVU # 调用之前定义的profile,相当于把那三行直接写在这里。可以用 profile=profile_A,profile_B 来调用多个profile,但要注意后者可能有覆盖前者的地方
#profile=profile_A
#glsl-shaders-append="~~/shaders/LumaSharpenHook.glsl"
deinterlace=yes
dscale=mitchell #缩小时过滤器
dither-depth=auto #将抖动目标深度设置为N.默认值:no auto
correct-downscaling=yes #使用基于卷积的滤波器时,请在缩小时扩展滤波器大小。提高质量影响性能,比较温和
linear-downscaling=yes #线性缩小
[FHD] # 1080p 60fps
profile-desc=cond:((p["video-params/w"]<=1920 and p["video-params/h"]<=1080) and (p["video-params/w"]>=1358 or p["video-params/h"]>=764) and p["estimated-vf-fps"]>=36)
#profile=RAVU # 调用之前定义的profile,相当于把那三行直接写在这里。可以用 profile=profile_A,profile_B 来调用多个profile,但要注意后者可能有覆盖前者的地方
#profile=profile_A
#glsl-shaders-append="~~/shaders/LumaSharpenHook.glsl"
dither-depth=auto #将抖动目标深度设置为N.默认值:no auto
correct-downscaling=yes #使用基于卷积的滤波器时,请在缩小时扩展滤波器大小。提高质量影响性能,比较温和
linear-downscaling=yes #线性缩小
[FHD] # 1080p 60fps 这个以及下面参数开启1080P视频所以参数无效 ,禁用就能正常识别视频并且配置参数 |
|