Screen Boundaries similar to MadVR
Expected behavior of the wanted feature
Similar to Madvr Screen Boundaries
I have a 2:1 screen and I want the content to take up all width for scope movies but then use up all height for 16:9, IMAX, 2:1 movies
Also dynamic for Dynamic Aspect Ratio movies
Is this possible
Alternative behavior of the wanted feature
No response
Log File
No response
Sample Files
No response
https://mpv.io/manual/master/#options-autofit
I have a 2:1 screen and I want the content to take up all width for scope movies but then use up all height for 16:9, IMAX, 2:1 movies
See https://github.com/mpv-player/mpv/blob/master/TOOLS/lua/autocrop.lua
Also dynamic for Dynamic Aspect Ratio movies
No, currently we don't have dynamic cropping implemented. There was some ideas, few years ago, but didn't get done. Probably it's possible to do with video filter, but the peformance would not be good.