Difference between revisions of "Documentation:Modules/crop"

From VideoLAN Wiki
Jump to navigation Jump to search
(Dummy edit: "Remove options pertaining to croppadd" was meant, not cropadd)
(This is not a current module)
Line 1: Line 1:
{{Module|name=Crop|type=Video filter|description=Remove borders of the video and replace them with black borders}}
+
{{Module|name=Crop|type=Video filter|last_version=2.0.9|description=Remove borders of the video and replace them with black borders}}
  
 
== Options ==
 
== Options ==
=== Crop video filter ===
 
 
<onlyinclude>{{Option
 
<onlyinclude>{{Option
 
|name=crop-geometry
 
|name=crop-geometry
Line 58: Line 57:
 
}}</onlyinclude>
 
}}</onlyinclude>
  
{{Documentation footer}}
+
== Source code ==
 +
* {{VLCSourceFile|p=vlc/vlc-2.0.git|modules/video_filter/crop.c}}
 +
 
 +
{{Documentation}}

Revision as of 03:58, 7 April 2019

Module: Crop
Type Video filter
First VLC version -
Last VLC version 2.0.9
Operating system(s) all
Description Remove borders of the video and replace them with black borders
Shortcut(s) -

Options

  • 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

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.