Difference between revisions of "Documentation:Modules/croppadd"

From VideoLAN Wiki
Jump to navigation Jump to search
m (+first_version)
m (→‎Top: For the former module, see Documentation:Modules/crop)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Module|name=cropadd|type=Video filter|first_version=0.9.0|description=Video cropping filter}}
+
__NOTOC__
 +
:''For the former module, see [[Documentation:Modules/crop]]''
 +
{{Module|name=cropadd|type=Video filter|first_version=0.9.0|description=Video [[crop]]ping filter}}
  
 
== Options ==
 
== Options ==
Line 8: Line 10:
 
|min=0
 
|min=0
 
|max=<var>INT_MAX</var>
 
|max=<var>INT_MAX</var>
|description=Pixels to crop from top
+
|description=Pixels to [[crop]] from top
 
}}
 
}}
 
{{Option
 
{{Option
Line 60: Line 62:
 
|description=Pixels to add to right
 
|description=Pixels to add to right
 
}}</onlyinclude>
 
}}</onlyinclude>
 +
 +
== Source code ==
 +
* {{VLCSourceFile|modules/video_filter/croppadd.c}}
  
 
{{Documentation}}
 
{{Documentation}}

Latest revision as of 05:44, 7 April 2019

For the former module, see Documentation:Modules/crop
Module: cropadd
Type Video filter
First VLC version 0.9.0
Last VLC version -
Operating system(s) all
Description Video cropping filter
Shortcut(s) -

Options

Crop

  • croppadd-croptop <integer [0 .. INT_MAX]> : Pixels to crop from top
  • croppadd-cropbottom <integer [0 .. INT_MAX]> : Pixels to crop from bottom
  • croppadd-cropleft <integer [0 .. INT_MAX]> : Pixels to crop from left
  • croppadd-cropright <integer [0 .. INT_MAX]> : Pixels to crop from right

Padd

  • croppadd-paddtop <integer [0 .. INT_MAX]> : Pixels to add to top
  • croppadd-paddbottom <integer [0 .. INT_MAX]> : Pixels to add to bottom
  • croppadd-paddleft <integer [0 .. INT_MAX]> : Pixels to add to left
  • croppadd-paddright <integer [0 .. INT_MAX]> : 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.