VLC HowTo/Crop
Jump to navigation
Jump to search
If you want to crop local video with command-line parameters, use
vlc input --vout-filter=crop --crop-geometry=120x120+10+10
120x120 is the wanted resolution (in pixels), and 10+10 is the position where the cropping should start (in pixels)