Difference between revisions of "Documentation:Modules/crop"
Jump to navigation
Jump to search
(Created page with " Crop video filter Remove borders of the video and replace them by black borders --crop-geometry=<string> Crop geometry (pixels) --autocrop, --no-autocrop Automat…") |
m (+{{Module}}, +Category:Video Filters) |
||
Line 1: | Line 1: | ||
+ | {{Module|name=Crop|type=Video filter|description=Remove borders of the video and replace them with black borders}} | ||
Crop video filter | Crop video filter | ||
Remove borders of the video and replace them by black borders | Remove borders of the video and replace them by black borders | ||
Line 34: | Line 35: | ||
--croppadd-paddright=<integer [0 .. 2147483647]> | --croppadd-paddright=<integer [0 .. 2147483647]> | ||
Pixels to padd to right | Pixels to padd to right | ||
+ | |||
+ | [[Category:Video Filters]] |
Revision as of 08:30, 16 February 2019
Module: Crop | |
---|---|
Type | Video filter |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | Remove borders of the video and replace them with black borders |
Shortcut(s) | - |
Crop video filter Remove borders of the video and replace them by black borders --crop-geometry=<string> Crop geometry (pixels) --autocrop, --no-autocrop Automatic cropping (default disabled) --autocrop-ratio-max=<integer [0 .. 15000]> Ratio max (x 1000) --crop-ratio=<integer [0 .. 15000]> Manual ratio --autocrop-time=<integer> Number of images for change --autocrop-diff=<integer> Number of lines for change --autocrop-non-black-pixels=<integer> Number of non black pixels --autocrop-skip-percent=<integer [0 .. 100]> Skip percentage (%) --autocrop-luminance-threshold=<integer [0 .. 128]> Luminance threshold Video scaling filter Crop: --croppadd-croptop=<integer [0 .. 2147483647]> Pixels to crop from top --croppadd-cropbottom=<integer [0 .. 2147483647]> Pixels to crop from bottom --croppadd-cropleft=<integer [0 .. 2147483647]> Pixels to crop from left --croppadd-cropright=<integer [0 .. 2147483647]> Pixels to crop from right Padd: --croppadd-paddtop=<integer [0 .. 2147483647]> Pixels to padd to top --croppadd-paddbottom=<integer [0 .. 2147483647]> Pixels to padd to bottom --croppadd-paddleft=<integer [0 .. 2147483647]> Pixels to padd to left --croppadd-paddright=<integer [0 .. 2147483647]> Pixels to padd to right