shinchiro / mpv-winbuild-cmake

CMake-based MinGW-w64 Cross Toolchain
487 stars 91 forks source link

No video output with Hwdec=auto since the June 11 Commits #685

Closed Raza-0007 closed 2 weeks ago

Raza-0007 commented 2 weeks ago

Hello guys,

Since the June 11 commits, I have no video output if hwdec is enabled. I have tested both @shinchiro and @zhongfly builds, and June 11 or older builds from both work fine, any build after that gives no video output while audio plays fine if hwdec=auto-safe. Disabling hwdec fixes the issue. There has been no commits in mpv since then, so I am assuming it is something to do with the recent June 11 commits here.

My system is Windows 11, Nvidia 1070 (latest driver).

Nothing abnormal in the log but it is attached.

mpv log.txt

~Raza

zhongfly commented 2 weeks ago

maybe ffmpeg issue look like https://github.com/mpv-player/mpv/issues/14343

Jun 11 don't contain https://github.com/FFmpeg/FFmpeg/commit/d725c737fe2a19091b481d4d115fd939e0a674b2, but Jun 12 build contain it.

zhongfly commented 2 weeks ago

Try this build https://github.com/zhongfly/mpv-winbuild/actions/runs/9493732132 ,it has applyed fix from https://ffmpeg.org//pipermail/ffmpeg-devel/2024-June/329504.html

Raza-0007 commented 2 weeks ago

Thanks @zhongfly, yes it was FFmpeg issue, and your new build works fine! :smiley:

~Raza

zhongfly commented 2 weeks ago

ffmpeg have fixed this by https://github.com/FFmpeg/FFmpeg/commit/0060a368b175b1cbc01800af2d3d17ca9f88970c You can close this issue now.