-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video stuttering on Windows 11 #15196
Comments
outlog.zip |
I have the same issue, stuttering on Windows 11 running the latest NVIDIA driver, no frame drops reported by mpv but the video is clearly dropping frames sometimes. The only way I was able to work around the issue is to downgrade NVIDIA driver to 551.86. Not sure if there's any way to avoid the issue while running the latest driver. |
it has something to mpv is synchronizing Video and Audio. If I set "video-sync=desync" suttering goes away but then A/V is getting out of sync. With "video-sync=display-resample" it often runs fine for about half an hour and then begins stuttering (no framedrops). All other values for this setting like "video-sync=audio" are even worse and stuttering begins earlier. So with A/V-Sync activated the "display-resample" is the best one but as said begins stuttering as well. Sometimes after 10 mintues, sometimes after 30 minutes, sometimes after 1 hour. I am using wasapi output and passing though DTS/ATMOS via HDMI. So no decoding in MPV. |
I'm seeing the same thing with a similar configuration. 24H2, nvidia, video-sync=display-resample and pass through audio. I force vsync on in the nvidia control panel and things mostly play smoothly, but after some time I do occasionally get some output frame drops. Edit: I'm actually using video-sync=audio now. With vsync forced and full screen optimizations disabled, so far so good. And I'm also using autospeedwin to match my refresh rate to file. |
Could you try using EDIT: When using audio passthrough video-sync is set always to |
there is definitely an difference when choosing for example display-vdrop/audio and display-resample. Stuttering begins directly when using display-vdrop/audio instead of display-resample where stuttering starts after a few minutes. Here are my audio settings: |
Can you provide a log with video-sync=display-resample and display-vdrop? |
for "display-resample" there is already a logfile 6 posts above: |
Well that one is completely useless because 99% of the log lines are about mkv decoding, which we don't care about here. --log-file sets a lower verbosity than trace for a reason |
outlog_display_resample.log |
Please test with minimal set of options to reproduce the problem.
things like that are breaking display sync. |
outlog_syncInterval0.log I have now reduced my config to the following (see below and removed all shaders/scripts as well).
|
mpv Information
Other Information
Reproduction Steps
see description
Expected Behavior
Video should not stutter.
Actual Behavior
begins stuttering after a few minutes or when switching window.
Log File
outlog.log
Sample Files
No response
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: