谁有2K屏幕的MADVR profile让我抄抄设置
downscale问题不大 一般看4K-2K设置还算满意
upscale问题就比较大 double的话 不同帧率 分辨率视频 不能一招吃天下
显卡是gtx1080谁有类似显卡性能和2K屏幕的让我抄抄设置
还有可变帧率vfr视频怎么应对感觉就没流畅过囧
另外我发现帧率和屏幕刷新率不匹配的时候就会掉帧 和显卡性能无关
只有开smoothmotion才不掉帧
但是有些时候我不想开smoothmotion 这种不匹配的掉帧影响大么 缓慢性的持续掉帧 本帖最后由 cczzhh 于 2019-4-29 11:24 编辑
但是有些时候我不想开smoothmotion
为什么这种情况会存在,关了只有坏处没有好处。
所谓的和显卡性能无关的掉帧,是说有提示“1 frame drop per xxxxx”,而不是渲染时间过长导致的frame drop计数增长吗。这个用madVR只能无视的,涉及视频音频同步,只有reclock(只有32位,已经没有存在的价值了)和mpv的display-resample可以解决。 cczzhh 发表于 2019-4-29 11:23
为什么这种情况会存在,关了只有坏处没有好处。
所谓的和显卡性能无关的掉帧,是说有提示“1 frame drop...
smoothmotion 开启后会损失锐度
cczzhh 发表于 2019-4-29 11:23
为什么这种情况会存在,关了只有坏处没有好处。
所谓的和显卡性能无关的掉帧,是说有提示“1 frame drop...
掉帧情况就是你所说的
开始我也不理解 不明白渲染时间明明很低 还会丢帧 就是说的这个情况
很多madvr教程都提到要避免掉帧
但是这种情况根本避免不了渲染时间已经很低了还是会掉帧 比如10ms以下 还会掉帧
misuzu 发表于 2019-4-29 11:46
smoothmotion 开启后会损失锐度
你可以设置一个快捷键,在播放时手动切换smooth motion,ab对比一下看看锐度损失是否真的有那么不可接受
而且对于1拍2一拍3的动画来说,smooth motion对画面的改变就更小了
本帖最后由 cczzhh 于 2019-4-29 17:30 编辑
misuzu 发表于 2019-4-29 11:46
smoothmotion 开启后会损失锐度
放24fps的动画必须开smoothmotion,不然会有motion judder。
至于会不会损失锐度,完全取决于算法。如果madVR内置的是倾向于保持锐度,不刻意去优化流畅度的算法的话,那应该不会有这种担心的必要。参考https://github.com/mpv-player/mpv/wiki/Interpolation
这种掉帧的原因通常是显示器刷新率并非片源的完美倍数。如果常看23.976的内容,显示器可以设为59Hz(59.94),这样相比60会好一点。但其他原因,比如使用外置解码,解码器时钟和电脑CPU时钟不一致,渲染器也必须偶尔掉帧/重复帧以使两者播放同步。在madVR框架下无解,无视吧,一般也注意不到。
cczzhh 发表于 2019-4-29 17:29
放24fps的动画必须开smoothmotion,不然会有motion judder。
至于会不会损失锐度,完全取决于算法。如果m ...
我的显示器是75hz,可以超频到100hz正常使用,
那么设置到23.976x4=95.904,向下取到95帧是好些么
怎麼不用 71.928Hz ? 效果一樣的。 本帖最后由 fy939 于 2019-4-29 20:34 编辑
Settings For Screen on 2560x1440
GPU GTX1080 or Vega56 or better needed
madvr 0.92.9
image downscaling
SSIM1D100 +LL +AR
upscaling
if (srcWidth>=2000)&&(srcWidth<=4200)&&(deintFps>=31) "4K 60P"
elsif (srcWidth>=2000)&&(srcWidth<=4200)&&(deintFps<31) "4K 24P"
elsif (srcWidth>=1400)&&(srcWidth<2000)&&(deintFps>=31) "1080P 60P"
elsif (srcWidth>=1400)&&(srcWidth<2000)&&(deintFps<31) "1080P 24P"
elsif (srcWidth<=1400)&&(srcWidth>1024)&&(deintFps>=31) "720P 60P"
elsif (srcWidth<=1400)&&(srcWidth>1024)&&(deintFps<31) "720P 24P"
elsif (srcWidth<=1024)&&(deintFps>=31) "DVD 60P"
elsif (srcWidth<=1024)&&(deintFps<31) "DVD 24P"
else "1080P 24P"
4K 60P
chroma upscaling super-xbr 125 +AR
image upscaling jinc+AR
4K 24P
chroma upscaling NNEDI3 32neurons
image upscaling jinc+AR
1080P 60P
chroma upscaling NNEDI3 32neurons
image doubling
NNEDI3 16
disabled
normal
1.2x
--
jinc AR
SSIM 1D100 AR LL
1080P 24P
chroma upscaling NNEDI3 32neurons
image doubling
NNEDI3 32
32
high
1.2x
3.0x
jinc AR
SSIM 1D100 AR LL
1080P 24P
chroma upscaling NNEDI3 32neurons
image doubling
NNEDI3 32
32
high
1.2x
3.0x
jinc AR
SSIM 1D100 AR LL
720P 60P
chroma upscaling NNEDI3 32neurons
image doubling
NNEDI3 32
32
high
1.2x
3.0x
jinc AR
SSIM 1D100 AR LL
720P 24P
chroma upscaling NNEDI3 32neurons
image doubling
NNEDI3 32
32
high
1.2x
3.0x
jinc AR
SSIM 1D100 AR LL
DVD 60P
chroma upscaling NNEDI3 32neurons
image doubling
NNEDI3 32
32
high
1.2x
3.0x
jinc AR
SSIM 1D100 AR LL
DVD 24P
chroma upscaling NNEDI3 32neurons
image doubling
NNEDI3 32
32
high
1.2x
3.0x
jinc AR
SSIM 1D100 AR LL
cczzhh 发表于 2019-4-29 11:23
为什么这种情况会存在,关了只有坏处没有好处。
所谓的和显卡性能无关的掉帧,是说有提示“1 frame drop...
madvr已经有CRU来替代reclock了
http://madvr.com/crt/CustomResTutorial.html
页:
[1]
2