MichaelLv 发表于 2020-12-14 21:08:46

本帖最后由 MichaelLv 于 2020-12-14 21:09 编辑

laichiaheng 发表于 2020-12-10 22:21
可惜 mpv 沒辦法判斷播放的是不是動畫,所以就用最通用的 FSRCNNX 吧。
文件名字里加上”Animation“字样,然后profile写代码抓关键字不就好了

MichaelLv 发表于 2020-12-14 21:10:22

hsmms 发表于 2020-12-14 19:15
如果是转换SDR可以不需要,但是你输出HDR那就是必须的

HDR直通根本不需要!

hsmms 发表于 2020-12-14 21:44:04

MichaelLv 发表于 2020-12-14 21:10
HDR直通根本不需要!

Specifies the measured peak brightness of the output display, in cd/m^2            (AKA nits). The interpretation of this brightness depends on the configured            --target-trc. In all cases, it imposes a limit on the signal values            that will be sent to the display. If the source exceeds this brightness            level, a tone mapping filter will be inserted. For HLG, it has the            additional effect of parametrizing the inverse OOTF, in order to get            colorimetrically consistent results with the mastering display. For SDR, or            when using an ICC (profile (--icc-profile), setting this to a value            above 203 essentially causes the display to be treated as if it were an HDR            display in disguise. (See the note below)

When using an SDR transfer function, this is normally not needed, and            setting it may lead to very unexpected results. The one time it is            useful is if you want to calibrate a HDR display using traditional            transfer functions and calibration equipment. In such cases, you can            set your HDR display to a high brightness such as 800 cd/m^2, and then            calibrate it to a standard curve like gamma2.8. Setting this value to            800 would then instruct mpv to essentially treat it as an HDR display            with the given peak. This may be a good alternative in environments            where PQ or HLG input to the display is not possible, and makes it            possible to use HDR displays with mpv regardless of operating system            support for HDMI HDR metadata.



Flaver 发表于 2020-12-14 21:52:11

mpv每次打开都是默认最大音量就很烦,还有字幕渲染我也不是很会调,用4k屏看太糊了

MichaelLv 发表于 2020-12-14 22:48:19

Flaver 发表于 2020-12-14 21:52
mpv每次打开都是默认最大音量就很烦,还有字幕渲染我也不是很会调,用4k屏看太糊了 ...

###Subs###
demuxer-mkv-subtitle-preroll=yes
sub-ass-vsfilter-blur-compat=no
sub-fix-timing=no
sub-auto=exact
sub-font="STKAITI"
sub-font-size=42
sub-pos=86
slang=chi,zh-CN,sc,chs
blend-subtitles=yes
sub-border-size=1
sub-shadow-color=0.5

给你一段我专为SDR视频写的代码,字幕不放在黑边,不喜欢就把sub-pos=86给#了

laichiaheng 发表于 2020-12-14 22:49:40

本帖最后由 laichiaheng 于 2020-12-14 22:55 编辑

hsmms 发表于 2020-12-14 19:15
如果是转换SDR可以不需要,但是你输出HDR那就是必须的
那麼你螢幕會設定多亮?找出靜態對比最大的亮度嗎?還是把亮度調到最大?
像我目前顯示器是設定在 158nits,所以我 --target-peak 就設定在 158?

laichiaheng 发表于 2020-12-14 22:51:33

MichaelLv 发表于 2020-12-14 21:08
文件名字里加上”Animation“字样,然后profile写代码抓关键字不就好了

好方法!但還是希望有可以通用一點的方式,所以就都固定 FSRCNNX 了

hsmms 发表于 2020-12-14 23:09:11

laichiaheng 发表于 2020-12-14 22:49
那麼你螢幕會設定多亮?找出靜態對比最大的亮度嗎?還是把亮度調到最大?
像我目前顯示器是設定在 158nits ...
校色仪测量,测到多少就填多少

laichiaheng 发表于 2020-12-14 23:11:50

本帖最后由 laichiaheng 于 2020-12-14 23:13 编辑

hsmms 发表于 2020-12-14 23:09
校色仪测量,测到多少就填多少
不是,我是說你顯示器的亮度設定
你是會找出對比最大的亮度,還是直接調到最亮呢?
像我 40% 亮度的對比是比 50% 或 60% 還要高的,那麼你會選 60% 還是 40%?
如同這張圖表:https://pcmonitors.info/reviews/benq-ew277hdr/#Contrast_and_brightness

hsmms 发表于 2020-12-14 23:27:16

laichiaheng 发表于 2020-12-14 23:11
不是,我是說你顯示器的亮度設定
你是會找出對比最大的亮度,還是直接調到最亮呢?
像我 40% 亮度的對比是 ...

看这东西没用,具体数值请自行测量

页: 62 63 64 65 66 67 68 69 70 71 [72] 73 74 75
查看完整版本: 分享一下自己的mpv配置