sammoth / foo_mpv

mpv video player UI element for foobar2000
GNU General Public License v3.0
57 stars 2 forks source link

Crop/resize video screen #13

Open ghost opened 11 months ago

ghost commented 11 months ago

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.

Grooves1210 commented 7 months ago

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)