cczzhh 发表于 2019-3-22 05:16:22

neil78 发表于 2019-3-22 04:39
distort=True 这行有用吗?

这里看到的


https://github.com/igv/FSRCNN-TensorFlow/blob/e7366cb16a5d9879281e2c4129f32fb8b892825c/main.py#L22

boday 发表于 2019-3-22 10:49:01

neil78 发表于 2019-3-22 04:39
distort=True 这行有用吗?

这里看到的


那是训练网络时的参数,和 mpv 没有关系……

DCYYG 发表于 2019-3-27 23:46:59

使用MPV会让其他程序都没有声音,这个能改掉吗

cczzhh 发表于 2019-3-28 00:06:40

DCYYG 发表于 2019-3-27 23:46
使用MPV会让其他程序都没有声音,这个能改掉吗

audio-exclusive=yes去掉

DCYYG 发表于 2019-3-28 00:15:44

cczzhh 发表于 2019-3-28 00:06
去掉

好的 谢谢

zwant 发表于 2019-4-1 08:52:02

WINDOWS无边框模式 如何在右上角加上最小化 最大化 关闭按钮LUA应该怎么写

zwant 发表于 2019-4-3 03:25:06

楼主的MPV.CONF 加什么参数能自动识别SVP呢

cczzhh 发表于 2019-4-3 03:45:41

zwant 发表于 2019-4-3 03:25
楼主的MPV.CONF 加什么参数能自动识别SVP呢

https://www.svp-team.com/wiki/SVP:mpv

input-ipc-server=mpvpipe


zwant 发表于 2019-4-3 05:29:43

input-ipc-server=mpvpipe复制这行不管用 SVP用的是FREE版本一个月试用的PRO版本加上这行就能用

还有个问题
profile-desc=cond:((p["video-params/w"]<1358 and p["video-params/h"]<764) and (p["video-params/w"]>=1080 or p["video-params/h"]>=608) and p["estimated-vf-fps"]<31)
这行判断视频分辨率的语句如何修改才能判断是否启用SVP ,从而加一些SVP专用参数,还有如何判断文件扩展名,因为我的配置默认是硬解,但播放.TS文件不想硬解 SEEK太慢 所以 如何判断是否.TS文件 从而软解

zwant 发表于 2019-4-3 05:33:26

cczzhh 发表于 2019-4-3 03:45
https://www.svp-team.com/wiki/SVP:mpv

还有个奇怪的问题

#profile=gpu-hq
fbo-format=rgba32f
vd-lavc-threads=0   
scale=spline36
cscale=spline36
dscale=mitchell   
dither-depth=auto   

不设置profile=gpu-hq用以上的自定义参数
profile=high_quality   #引用不生效
profile=RAVU             #同样引用就生效

页: 23 24 25 26 27 28 29 30 31 32 [33] 34 35 36 37 38 39 40 41 42
查看完整版本: 分享一下自己的mpv配置