Closed deama closed 2 months ago
Ah, after doing more testing, it looks like interpolation and video-sync are the culprit,
vf=d3d11vpp=scale=2:scaling-mode=nvidia:format=nv12
Doesn't matter.
Can you try vo=gpu-next?
Never mind, I can reproduce locally.
Caused by https://github.com/mpv-player/mpv/commit/2a72e6cb20c2af302041a0b30dbf0d1b93990a4a
Caused by 2a72e6c
/cc @na-na-hi
Can you try vo=gpu-next?
Never mind, I can reproduce locally.
Caused by 2a72e6c
Hello,
The issue is fixed for most videos, but still sometimes happens, here's the log file for the one that happens: output.txt
Sometimes now some videos don't even open: output2.txt
Does it only happen with vf=d3d11vpp=scale=2:scaling-mode=nvidia:format=nv12
?
Does it only happen with
vf=d3d11vpp=scale=2:scaling-mode=nvidia:format=nv12
?
No, it happens with just
interpolation
video-sync=display-resample
Here's a link to a sample file: https://drive.google.com/file/d/1ALKIg9Ff8SmqRKuieQqh4Hi4iOyzmLDV/view?usp=sharing
I can't reproduce this time, both of your logs set vf=d3d11vpp=scale=2:scaling-mode=nvidia:format=nv12
. Can you produce a log file without that set?
I can't reproduce this time, both of your logs set
vf=d3d11vpp=scale=2:scaling-mode=nvidia:format=nv12
. Can you produce a log file without that set?
Try this one: output.txt
[ 0.114][e][ffmpeg/video] av1: Your platform doesn't support hardware accelerated AV1 decoding.
[ 0.114][e][ffmpeg/video] av1: Failed to get pixel format.
[ 0.114][e][ffmpeg/video] av1: Get current frame error
[ 0.114][w][vd] Error while decoding frame!
Hmm can you try this build https://github.com/shinchiro/mpv-winbuild-cmake/releases/tag/20240901 ?
I think the msvc CI builds just don't have av1 swdec. Can you try downloading mpv-x86_64-w64-mingw32 instead?
I think the msvc CI builds just don't have av1 swdec. Can you try downloading mpv-x86_64-w64-mingw32 instead?
Ah nice, thanks! It works!
mpv Information
Other Information
Reproduction Steps
Have
Then play any video. The video will be frozen, but the audio will play. UI is fine.
Expected Behavior
Video plays correctly with sound.
Actual Behavior
A snapshot of the video frame is shown, frozen in time, audio keeps playing. If you skip to a different timeframe, it shows a different video image, still frozen though.
Log File
output.txt
Sample Files
Happens with all videos it seems.
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.