classicjazz / mpv-config

MPV configuration files for high quality rendering of traditional live TV and video disc formats
225 stars 22 forks source link

480p/360p files seem to be greeny-blue and are distorted/sized wrong #4

Closed radiosilence closed 1 year ago

radiosilence commented 3 years ago

I can't really give an example file due to copyright laws, but when I play certain series rips (old ones), the colour is almost totally gone. This is using auto-profiles script.

Edit: Initially said just AVI, but tried with an x264 MKV file, too and it happens.

For the MKV

With mpv-config:

VO: [libmpv] 720x444 => 1023x444 videotoolbox[nv12]

Without (stock config)

[vo] 720x444 => 1023x444 yuv420p

Fixed if I comment out

scale=ewa_lanczos
aaronsewall commented 2 years ago

I found this post with a workaround using scale-radius https://github.com/mpv-player/mpv/issues/4607#issuecomment-613695758