Difference between revisions of "VLC HowTo/Crop"

From VideoLAN Wiki
Jump to navigation Jump to search
(Created page with '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…')
(No difference)

Revision as of 14:59, 7 April 2010

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)