GhostNaN / mpvpaper

A video wallpaper program for wlroots based wayland compositors.
GNU General Public License v3.0
765 stars 24 forks source link

Crop video to fill screen #66

Closed arunoruto closed 5 months ago

arunoruto commented 5 months ago

Is there a dynamic way of setting the video cropped so there are no black bars displayed?

GhostNaN commented 5 months ago

Panscan in mpv: https://mpv.io/manual/master/#options-panscan

mpvpaper -o "panscan=1.0" "*" /my/video.mp4

arunoruto commented 5 months ago

Thanks! That worked out :D