Documentation:Modules/crop

From VideoLAN Wiki
< Documentation:Modules
Revision as of 03:18, 11 March 2019 by DoesItReallyMatter (talk | contribs) (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...)
Jump to navigation Jump to search
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

  • 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 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.