smplayer-dev / smplayer

Free Media Player for Windows, Linux and Mac OS with YouTube support.
https://smplayer.info
GNU General Public License v2.0
681 stars 94 forks source link

Wayland + MPV interpolation, video plays in "fast forward" #1017

Closed adolfotregosa closed 3 months ago

adolfotregosa commented 4 months ago

Describe the bug Video plays in "fast forward".

To Reproduce make a smplayer config file with following:

video-sync=display-resample interpolation-threshold=3 interpolation

Expected behavior For it to work correctly like it does on X11.

Screenshots Video is easier https://youtu.be/Yq6JhNszuiM

Your Enviroment

Logs smplayer_log.txt

Additional context Same exact settings work perfectly if I use MPV by itself like I show on the video.

smplayer-dev commented 3 months ago

It seems to work fine if you select "gpu" or "gpu-next" as video output.

adolfotregosa commented 3 months ago

It seems to work fine if you select "gpu" or "gpu-next" as video output.

Indeed. I'm positive I tried that in the past but indeed ATM it fixes the issue. Thank you.