Replies: 35 comments 151 replies
This comment has been hidden.
This comment has been hidden.
-
新版的VapourSynth会频繁崩溃 替换回上个版本正常 |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
我已经在标准版的基础上依次覆盖了hook、vsLite、vsMega,MEMC_RIFE_NV.vpy和SR_WAIFU_NV.vpy可以正常运行,但是NR_BM3D_NV.vpy和NR_NLM_NV.vpy不能运行。大佬知道是什么原因吗? |
Beta Was this translation helpful? Give feedback.
-
默认配置文件中,去掉 vo = gpu-next 的注释后,统计信息里面会多出一个unknown shader,请问这是什么? |
Beta Was this translation helpful? Give feedback.
-
纯黑背景 亮度会变化 ,忽明忽暗,这是MPV的BUG吗 |
Beta Was this translation helpful? Give feedback.
-
那个恶性bug我前天就触发了,全屏状态触发的,怎么操作都没反应,以为是显卡驱动或者系统的问题,强制关机后就没管了, mpv主线版本是真不能随便追更了,真的不稳定, |
Beta Was this translation helpful? Give feedback.
-
你好! |
Beta Was this translation helpful? Give feedback.
-
大佬,跑分脚本运行失败,这个video in 定义是什么意思? |
Beta Was this translation helpful? Give feedback.
-
话说,estimated refresh rate怎么没了? |
Beta Was this translation helpful? Give feedback.
-
刚更新 23.11.01 版 script-opts-append = uosc-timeline_opacity=0.7 在上一版本这些参数是起作用的。 |
Beta Was this translation helpful? Give feedback.
-
大佬,新版中uosc的 |
Beta Was this translation helpful? Give feedback.
-
突然发现新版mpv可以在vs脚本用 display_res 获取显示器分辨率了,release0.36.0版本还没有这个。 print(f"display_res[0]: {display_res[0]}, display_res[1]: {display_res[1]}") |
Beta Was this translation helpful? Give feedback.
-
你好,有个奇怪的问题。我是第一次使用mpv-lazy,也是第一次接触 mpv。 以下是两个窗口播放视频时候的信息截图,希望对解决问题有所帮助。 主屏截图副屏截图 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
您好,我更新到了master版本的脚本后,playlist_osd.lua 出错。具体表现是,打开一个文件,然后用
|
Beta Was this translation helpful? Give feedback.
-
造成硬解bug的提交是在Release0.37之后合并的,这里有提到 mpv-player/mpv#13041,看了下提交记录确实是,紧接着Release后合并的 |
Beta Was this translation helpful? Give feedback.
-
当前 mpv-lazy 构建的 mpv 似乎并不支持 TLS 1.3 下的视频串流播放。查看mpv log 发现 [ffmpeg] tls: A fatal alert message was received from the peer, has the peer a correct certificate? 通过替换 shinchiro 发布的 mpv 后, 我发现从 mpv-x86_64-20231126-git-6898d57 开始,mpv 能够正确支持 TLS 1.3 下的视频串流。 而这似乎是因为 shinchiro/mpv-winbuild-cmake@d818aed 将 mbedtls 改为了 openssl 。 不知道近期有没有用更新后的 mpv-winbuild-cmake 重新构建的打算? |
Beta Was this translation helpful? Give feedback.
-
其实 import portable_config.vs.k7sfunc as k7f 对于mpv-lazy的预设来说,以上导入语句就可以了,但是如果脚本从 import os
import sys
# 获取vs脚本所在目录的绝对路径
vs_dir = os.path.dirname(os.path.realpath(__file__))
# 添加到sys.path,避免多次调用重复添加,做一下判断
if sys.path[-1] != vs_dir:
sys.path.append(vs_dir)
import k7sfunc as k7f |
Beta Was this translation helpful? Give feedback.
-
能否修复UI组件的双击全屏这个问题,有人给了一个方案 tomasklaen/uosc#810 (comment) |
Beta Was this translation helpful? Give feedback.
-
最近实测下来4080实时720P跑结构简单的大模型也不是问题(比如 https://github.com/cszn/DPIR ) |
Beta Was this translation helpful? Give feedback.
-
抱歉我想咨询一下,为什么音频大部分时候总是人声很小、请问是否有调节方法 |
Beta Was this translation helpful? Give feedback.
-
亮度异常变化 Mpv.2023.12.24.-.11.31.32.02.DVR_00-01-35.367-00-02-00.101.mp4全屏 亮度就会变暗 打开stats界面就会变亮 |
Beta Was this translation helpful? Give feedback.
-
报告一个问题,供其它可能同样遇见该问题的朋友参考。 环境:12700+7900XTX+Win11_22H2+mpv-lazy-20231101 |
Beta Was this translation helpful? Give feedback.
-
你好 请问新版的这几段是杜比视界直出的代码吗? 我有HDR设备 所以想设定成直出 [HDR_DolbyVision] 我后面还有加上这一段 [HDR-direct] |
Beta Was this translation helpful? Give feedback.
-
实测ext_proc=False 会非常卡,会在v2路径上生成cache,原因不知 |
Beta Was this translation helpful? Give feedback.
-
仓库里最新的 k7sfunc 0.4.6 好像有语法错误, Lines 2873 to 2885 in dd1be01 |
Beta Was this translation helpful? Give feedback.
-
主要问题追踪
文档站未同步👉 23.11.01 已同步 mpv-git-20231101
k7sfunc的模块RIFE_NV
在跳转时易崩溃,调查中👉 23.11.01 只能定位到trt9.1.0端口的问题,因此k7sfunc中关联的模块都有问题(比如
ESRGAN_NV
),所以简单的回滚到vsmlrt v14.test1解决,已重发vsMega
包进行修正留意到mpv主线存在一个小的恶性bugvf remove
will cause the mpv to freeze mpv-player/mpv#12791👉 23.11.02 已重发 标准包 进行修正。先前已下载的用户可自行替换mpv主程序
profiles.conf 中的
[deband_bitrate]
有时不按预期生效,原因是来自主线的近期bug。解决方案参见 关于[deband_bitrate]自动去色带的疑问 #388
mpv.conf 中的
--video-sync=display-resample
可能产生大量掉帧(主要在高刷显示设备上)临时解决方案为禁用该参数。更多细节见 display-resample 触发大量掉帧/延迟帧的条件 #385
链接 mpv-lazy-20231101
Beta Was this translation helpful? Give feedback.
All reactions