Code: Select all
--vout-filter crop --autocrop
Code: Select all
--crop-geometry
Code: Select all
vlc.exe --vout-filter crop --crop-geometry "180 x 120 + 0 + 0"
Code: Select all
vlc --vout-filter crop --croppadd-croptop 55 --croppadd-cropbottom 55 --croppadd-cropleft 10 --croppadd-cropright 10 INPUT
Code: Select all
vlc --vout-filter crop --autocrop INPUT
Code: Select all
Crop video filter
--crop-geometry <string> Crop geometry (pixels)
Set the geometry of the zone to crop. This is set as <width> x
<height> + <left offset> + <top offset>.
--autocrop, --no-autocrop Automatic cropping (default disabled)
Automatically detect black borders and crop them. (default disabled)
--autocrop-ratio-max <integer [0 .. 15000]>
Ratio max (x 1000)
Maximum image ratio. The crop plugin will never automatically crop to
a higher ratio (ie, to a more "flat" image). The value is x1000: 1333
means 4/3.
--crop-ratio <integer [0 .. 15000]>
Manual ratio
Force a ratio (0 for automatic). Value is x1000: 1333 means 4/3.
--autocrop-time <integer> Number of images for change
The number of consecutive images with the same detected ratio
(different from the previously detected ratio) to consider that ratio
chnged and trigger recrop.
--autocrop-diff <integer> Number of lines for change
The minimum difference in the number of detected black lines to
consider that ratio changed and trigger recrop.
--autocrop-non-black-pixels <integer>
Number of non black pixels
The maximum of non-black pixels in a line to consider that the line
is black.
--autocrop-skip-percent <integer [0 .. 100]>
Skip percentage (%)
Percentage of the line to consider while checking for black lines.
This allows to skip logos in black borders and crop them anyway.
--autocrop-luminance-threshold <integer [0 .. 128]>
Luminance threshold
Maximum luminance to consider a pixel as black (0-255).
Code: Select all
vlc --vout-filter crop --crop-geometry WxH+L+T
This option doesn't work:
--vour-filter crop --crop-geometry
Cheers, fixed in my post .it's obviously a typo and --vour-filter crop should have been --vout-filter...
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 44 guests