Fix missing video frames when seeking with yt-dlp #19
Labels
No Label
art
big
blocked
bug
crash report
disputed
documentation
duplicate
feature request
good first issue
packaging
question
security
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Projects/greg-ng#19
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When you play a video from youtube through yt-dlp inside mpv, and seek in front of what has already been cached,
mpv
will freeze for a while and then only resume music without any more video frames.The origin of the bug seemingly has to do with codecs and remuxing, and it can be solved by forcing
yt-dlp
's format. This config file will let you force the yt-dlp format for only the urls matching youtube ($XDG_CONFIG_HOME/mpv/mpv.conf
)Fixed by
b3e7f550b7