foo_mpv icon indicating copy to clipboard operation
foo_mpv copied to clipboard

Crop/resize video screen

Open ghost opened this issue 1 year ago • 1 comments

I would like to ask if it would be possible to include a video cropping/resizing function since the video does not always respond to the screen characteristics.

ghost avatar Aug 03 '23 10:08 ghost

Resizing video can be assigned to keyboard short cuts. Add to input.conf Alt + - add video-zoom -0.05 Alt + = add video-zoom 0.05

Aspect ratio can similarly be assigned to keyboard shortcuts in input.conf shift + a cycle-values video-aspect-override "16:9" "4:3" "2.35:1" "-1" # cycle the video aspect ratio ("-1" is the container aspect)

Grooves1210 avatar Dec 08 '23 21:12 Grooves1210