How to fix a/v desync NUCLEAR OPTIONS? #17261
Unanswered
rexendevar
asked this question in
Q&A
Replies: 1 comment 2 replies
|
--hwdec is probably the most important thing you didn't mention and what I'd try first. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I have a 4k video and a potato laptop and I do not want to reencode the whole thing before I watch it. I want the audio in sync with the video and frankly I don't gve aa shit what the framerate of the video actually is. I want MPV to drop frames until it syncs up. Currently the options I'm using are
--profile=fast --video-sync=display-resample --framedrop=decoder+vo --vd-lavc-skiploopfilter=all --vd-lavc-skipidct=all --vd-lavc-skipframe=nonrefand it's dropping a LOT of frames but still not actually keeping up with the audio. Actually the output subjectively looks identical to what it's like without ANY of those flags. What options are evn left?All reactions