Difference between revisions of "Documentation:Modules/gradient"
Jump to navigation
Jump to search
(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...) |
|||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Image requested}} | ||
{{Module|name=gradient|type=Video filter|first_version=0.9.0|description=apply gradients and edge detection filters}} | {{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 algorithms to the video image. | Use this filter to apply gradients or do simple edge detection algorithms to the video image. | ||
+ | == Options == | ||
{{Option | {{Option | ||
|name=gradient-mode | |name=gradient-mode | ||
Line 23: | Line 25: | ||
}} | }} | ||
− | Example | + | == Example == |
% '''vlc --video-filter "gradient{type=1}" somevideo.avi''' | % '''vlc --video-filter "gradient{type=1}" somevideo.avi''' | ||
− | Screenshots | + | == Screenshots == |
http://photos.cellerier.net/d/406-1/vlcsnap-8120371.png | http://photos.cellerier.net/d/406-1/vlcsnap-8120371.png | ||
http://photos.cellerier.net/d/397-1/vlcsnap-10589245.png | http://photos.cellerier.net/d/397-1/vlcsnap-10589245.png | ||
− | '''Note:''' In versions prior to 0.9.0, this was part of the distort video filter. | + | '''Note:''' In versions prior to 0.9.0, this was part of the [[Documentation:Modules/distort|distort]] video filter. |
+ | |||
+ | {{Documentation footer}} |
Latest revision as of 03:00, 13 March 2019
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.
Options
- 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
% vlc --video-filter "gradient{type=1}" somevideo.avi
Screenshots
Note: In versions prior to 0.9.0, this was part of the distort video filter.
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
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.