FFMPEG
Install MPV Script
Install MPV Script
-
Go to GitHub and find
crop.luafile https://github.com/occivink/mpv-scripts/tree/master/scripts -
Place lua file in directory
%APPDATA%\Roaming\mpv\scripts\crop.lua -
Create Input Config File
%APPDATA%\mpv\input.conf -
Add these line
# Start selecting a crop rectangle (hard crop filter)
c script-message-to crop start-crop hard
# Toggle apply/remove crop (after you’ve selected one)
C script-message-to crop toggle-crop hard
# Reset crop (remove last vf filter)
d vf del -1
- Open MPV then hit Keybind
mpv INPUT.mp4