Documentation:Modules/gradient

From VideoLAN Wiki
< Documentation:Modules
Revision as of 10:29, 22 January 2008 by Dionoea (talk | contribs) (New page: {{Module|name=gradient|type=Video filter|first_version=0.9.0|description=apply gradients and edge detection filters}} Use this filter to apply gradients or do simple edge detection algori...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Module: gradient
Type Video filter
First VLC version 0.9.0
Last VLC version -
Operating system(s) all
Description apply gradients and edge detection filters
Shortcut(s) -

Use this filter to apply gradients or do simple edge detection algorithms to the video image.

  • gradient-mode <string> : One of "gradient", "edge" or "hough". default value: gradient
  • gradient-type <integer> : 0 to discard colors, 1 to keep colors. default value: 0
  • gradient-cartoon : Apply a cartoon effect. default value: enabled

Example use:

% vlc --video-filter "gradient{type=1}" somevideo.avi

Screenshots: vlcsnap-8120371.png vlcsnap-10589245.png

Note: In versions prior to 0.9.0, this was part of the distort video filter.