Difference between revisions of "Documentation:Modules/crop"
Jump to navigation
Jump to search
(I can find exactly 8 options (croppadd top/bottom/left/right, padd top/bottom/left/right) for this module in the source code. Removing the rest: they must not belong within this module) |
m (Option defaults) |
||
Line 8: | Line 8: | ||
|min=0 | |min=0 | ||
|max=2147483647 | |max=2147483647 | ||
+ | |default=0 | ||
|description=Pixels to crop from top | |description=Pixels to crop from top | ||
}} | }} | ||
Line 15: | Line 16: | ||
|min=0 | |min=0 | ||
|max=2147483647 | |max=2147483647 | ||
+ | |default=0 | ||
|description=Pixels to crop from bottom | |description=Pixels to crop from bottom | ||
}} | }} | ||
Line 22: | Line 24: | ||
|min=0 | |min=0 | ||
|max=2147483647 | |max=2147483647 | ||
+ | |default=0 | ||
|description=Pixels to crop from left | |description=Pixels to crop from left | ||
}} | }} | ||
Line 29: | Line 32: | ||
|min=0 | |min=0 | ||
|max=2147483647 | |max=2147483647 | ||
+ | |default=0 | ||
|description=Pixels to crop from right | |description=Pixels to crop from right | ||
}} | }} | ||
Line 38: | Line 42: | ||
|min=0 | |min=0 | ||
|max=2147483647 | |max=2147483647 | ||
+ | |default=0 | ||
|description=Pixels to add to top | |description=Pixels to add to top | ||
}} | }} | ||
Line 45: | Line 50: | ||
|min=0 | |min=0 | ||
|max=2147483647 | |max=2147483647 | ||
+ | |default=0 | ||
|description=Pixels to add to bottom | |description=Pixels to add to bottom | ||
}} | }} | ||
Line 52: | Line 58: | ||
|min=0 | |min=0 | ||
|max=2147483647 | |max=2147483647 | ||
+ | |default=0 | ||
|description=Pixels to add to left | |description=Pixels to add to left | ||
}} | }} | ||
Line 59: | Line 66: | ||
|min=0 | |min=0 | ||
|max=2147483647 | |max=2147483647 | ||
+ | |default=0 | ||
|description=Pixels to add to right | |description=Pixels to add to right | ||
}} | }} |
Revision as of 05:48, 10 March 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) | - |
Contents
Options
Crop
- croppadd-croptop <integer [0 .. 2147483647]> : Pixels to crop from top default value: 0
- croppadd-cropbottom <integer [0 .. 2147483647]> : Pixels to crop from bottom default value: 0
- croppadd-cropleft <integer [0 .. 2147483647]> : Pixels to crop from left default value: 0
- croppadd-cropright <integer [0 .. 2147483647]> : Pixels to crop from right default value: 0
Padd
- croppadd-paddtop <integer [0 .. 2147483647]> : Pixels to add to top default value: 0
- croppadd-paddbottom <integer [0 .. 2147483647]> : Pixels to add to bottom default value: 0
- croppadd-paddleft <integer [0 .. 2147483647]> : Pixels to add to left default value: 0
- croppadd-paddright <integer [0 .. 2147483647]> : Pixels to add to right default value: 0
Source code
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.