mpv icon indicating copy to clipboard operation
mpv copied to clipboard

Screen Boundaries similar to MadVR

Open jerrolds opened this issue 4 months ago • 2 comments

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

jerrolds avatar Oct 21 '25 14:10 jerrolds

https://mpv.io/manual/master/#options-autofit

guidocella avatar Oct 21 '25 14:10 guidocella

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.

kasper93 avatar Oct 21 '25 14:10 kasper93