Difference between revisions of "Documentation:Modules/crop"

From VideoLAN Wiki
Jump to navigation Jump to search
m (DoesItReallyMatter moved page Documentation:Modules/croppadd to Documentation:Modules/crop over a redirect without leaving a redirect: No, I made an error: crop and croppadd are separate, though croppadd later replaced crop. See https://git.vid...)
m (Revert to revision 59214: see https://wiki.videolan.org/index.php?title=Documentation:Modules/crop&diff=prev&oldid=59221)
Line 2: Line 2:
  
 
== Options ==
 
== Options ==
=== Crop ===
+
=== Crop video filter ===
 +
{{Option
 +
|name=crop-geometry
 +
|value=string
 +
|description=Crop geometry (pixels)
 +
}}
 +
{{Option
 +
|name=autocrop
 +
|value=boolean
 +
|description=Automatic cropping
 +
|default=disabled
 +
}}
 +
{{Option
 +
|name=autocrop-ratio-max
 +
|value=integer
 +
|min=0
 +
|max=15000
 +
|description=Ratio max (× 1000)
 +
}}
 +
{{Option
 +
|name=crop-ratio
 +
|value=integer
 +
|min=0
 +
|max=15000
 +
|description=Manual ratio
 +
}}
 +
{{Option
 +
|name=autocrop-time
 +
|value=integer
 +
|description=Number of images for change
 +
}}
 +
{{Option
 +
|name=autocrop-diff
 +
|value=integer
 +
|description=Number of lines for change
 +
}}
 +
{{Option
 +
|name=autocrop-non-black-pixels
 +
|value=integer
 +
|description=Number of non black pixels
 +
}}
 +
{{Option
 +
|name=autocrop-skip-percent
 +
|value=integer
 +
|min=0
 +
|max=100
 +
|description=Skip percentage (%)
 +
}}
 +
{{Option
 +
|name=autocrop-luminance-threshold
 +
|value=integer
 +
|min=0
 +
|max=128
 +
|description=Luminance threshold
 +
}}
 +
 
 +
=== Video scaling filter ===
 +
==== Crop ====
 
{{Option
 
{{Option
 
|name=croppadd-croptop
 
|name=croppadd-croptop
Line 8: Line 65:
 
|min=0
 
|min=0
 
|max=2147483647
 
|max=2147483647
|default=0
 
 
|description=Pixels to crop from top
 
|description=Pixels to crop from top
 
}}
 
}}
Line 16: Line 72:
 
|min=0
 
|min=0
 
|max=2147483647
 
|max=2147483647
|default=0
 
 
|description=Pixels to crop from bottom
 
|description=Pixels to crop from bottom
 
}}
 
}}
Line 24: Line 79:
 
|min=0
 
|min=0
 
|max=2147483647
 
|max=2147483647
|default=0
 
 
|description=Pixels to crop from left
 
|description=Pixels to crop from left
 
}}
 
}}
Line 32: Line 86:
 
|min=0
 
|min=0
 
|max=2147483647
 
|max=2147483647
|default=0
 
 
|description=Pixels to crop from right
 
|description=Pixels to crop from right
 
}}
 
}}
 
+
==== Padd ====
=== Padd ===
 
 
{{Option
 
{{Option
 
|name=croppadd-paddtop
 
|name=croppadd-paddtop
Line 42: Line 94:
 
|min=0
 
|min=0
 
|max=2147483647
 
|max=2147483647
|default=0
 
 
|description=Pixels to add to top
 
|description=Pixels to add to top
 
}}
 
}}
Line 50: Line 101:
 
|min=0
 
|min=0
 
|max=2147483647
 
|max=2147483647
|default=0
 
 
|description=Pixels to add to bottom
 
|description=Pixels to add to bottom
 
}}
 
}}
Line 58: Line 108:
 
|min=0
 
|min=0
 
|max=2147483647
 
|max=2147483647
|default=0
 
 
|description=Pixels to add to left
 
|description=Pixels to add to left
 
}}
 
}}
Line 66: Line 115:
 
|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 03:28, 11 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) -

Options

Crop video filter

  • crop-geometry <string> : Crop geometry (pixels)
  • autocrop <boolean> : Automatic cropping default value: disabled
  • autocrop-ratio-max <integer [0 .. 15000]> : Ratio max (× 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 add to top
  • croppadd-paddbottom <integer [0 .. 2147483647]> : Pixels to add to bottom
  • croppadd-paddleft <integer [0 .. 2147483647]> : Pixels to add to left
  • croppadd-paddright <integer [0 .. 2147483647]> : Pixels to add to right

Source code

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
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.