Zabooby / mpv-config

Personal mpv config files aiming to get the best quality and viewing experience
https://mpv.io
290 stars 17 forks source link

Audio Delay with mismatch frame #20

Closed ModernLobby closed 1 year ago

ModernLobby commented 1 year ago

Hey

I found your config and files on reddit when someone was searching for a easy to go config.

I followed the step on a brand new computer and I got some issue.

Windows 11 Pro AMD 5900x 32GB 3600Mhz RTX 4090FE

Biggest issue is the audio delay about 1-2 sec (maybe its link to other thing) And the other is the mistimed/delayed (I have a high refresh rate monitor at 165hz)

image

Thanks in advance for your help

Zabooby commented 1 year ago

For the audio issues try removing the following from mpv.conf:

sub-fix-timing=yes

For the refresh rate problem try removing the following from mpv.conf:

override-display-fps=60
video-sync=display-resample
ModernLobby commented 1 year ago

For the audio issues try removing the following from mpv.conf:

sub-fix-timing=yes

For the refresh rate problem try removing the following from mpv.conf:

override-display-fps=60
video-sync=display-resample

I remove all of them it seems to work fine just now. I tried just by removing the following one but still got the audio issue.

sub-fix-timing=yes

And after removing all of the command you told me it seems to works just fine it's weird.

Zabooby commented 1 year ago

Oh my bad the;

sub-fix-timing=yes

option is related to subtitle delays lmao, you should add it back.

Just to be clear, by removing both;

override-display-fps=60
video-sync=display-resample

do both issues get fixed?

ModernLobby commented 1 year ago

Yeah both issue got fixed. Will interpolation still work or is it link to this command ?

override-display-fps=60 video-sync=display-resample

But thanks for the help

Zabooby commented 1 year ago

It should but if I recall correctly those options provide better results, check the manual (Ctrl+f to find the options quickly) though to check what they actually do.

Maybe try removing only one of them to see if both options are actually causing the issue or not.