Created
October 24, 2021 17:01
-
-
Save mchubby/ce8b06612f944e4d5f96efbcc9cfb6ab to your computer and use it in GitHub Desktop.
mpv.conf auto-deinterlacing depending on input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[deinterlace] | |
profile-cond=p["video-frame-info/tff"] | |
profile-restore=copy | |
# vf=yadif=mode=1:deint=1 | |
deinterlace=yes | |
# osd-msg1="Interlaced: ${video-frame-info/interlaced}\nTFF: ${video-frame-info/tff}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment