Skip to content
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

gpu-next: 60 fps video with interpolation breaks apart #9837

Closed
Gigas002 opened this issue Feb 6, 2022 · 4 comments
Closed

gpu-next: 60 fps video with interpolation breaks apart #9837

Gigas002 opened this issue Feb 6, 2022 · 4 comments

Comments

@Gigas002
Copy link

Gigas002 commented Feb 6, 2022

Important Information

mpv version:

mpv 0.34.0-184-g7849a36beb Copyright © 2000-2022 mpv/MPlayer/mplayer2 projects
 built on Sun Feb 06 08:55:33 2022
FFmpeg library versions:
   libavutil       56.70.100
   libavcodec      58.134.100
   libavformat     58.76.100
   libswscale      5.9.100
   libavfilter     7.110.100
   libswresample   3.9.100
FFmpeg version: n4.4.1

linux destribution and version:

Operating System: Manjaro Linux
Kernel: Linux 5.16.6-1-MANJARO
Architecture: x86-64

source of mpv binary: mpv-git from AUR: https://aur.archlinux.org/packages/mpv-git/

window manager: x11, KDE Plasma 5.23.5

GPU driver: proprietary nvidia driver 510.47.03

Reproduction steps

mpv --no-config --profile=gpu-hq --gpu-api=vulkan --vo=gpu-next --video-sync=display-resample --interpolation=yes "https://www.youtube.com/watch?v=mSKOqTkRhR4"

Expected behavior

Video plays without problems

Actual behavior

Video tears apart. This issue doesn't occur without --vo=gpu-next and also doesn't occur with --vo=gpu-next --vulkan-queue-count=1 --swapchain-depth=1. Probably related to #8360?

Log file

log.zip

Sample files

video.zip

@aufkrawall
Copy link

display-resample Vulkan is broken with Nvidia Xorg, don't use: #6172

@haasn
Copy link
Member

haasn commented Sep 27, 2022

Does this still happen? And can you observe the tearing in a screenshot / screen capture, or is it only visible on the monitor during playback?

@Gigas002
Copy link
Author

Gigas002 commented Oct 3, 2022

Doesn't seem to happen anymore

@haasn haasn closed this as completed Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@haasn @aufkrawall @Gigas002 and others