Difference between revisions of "Documentation:Modules/sharpen"

From VideoLAN Wiki
Jump to navigation Jump to search
(New page: {{Module|name=sharpen|type=Video filter|first_version=0.9.0|description=sharpening video filter}} Use this filter to sharpen the video. {{Option |name=sharpen-sigma |value=float |default...)
 
 
(4 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
Use this filter to sharpen the video.
 
Use this filter to sharpen the video.
  
 +
== Options ==
 
{{Option
 
{{Option
 
|name=sharpen-sigma
 
|name=sharpen-sigma
Line 10: Line 11:
 
}}
 
}}
  
Example use:
+
== Example ==
 
  % '''vlc --video-filter "sharpen{sigma=0.12}" somevideo.avi'''
 
  % '''vlc --video-filter "sharpen{sigma=0.12}" somevideo.avi'''
  
See also:
+
== See also ==
[[Documentation:Modules/gaussianblur]]
+
* [[Documentation:Modules/gaussianblur]]
 +
 
 +
{{Documentation footer}}

Latest revision as of 05:34, 13 March 2019

Module: sharpen
Type Video filter
First VLC version 0.9.0
Last VLC version -
Operating system(s) all
Description sharpening video filter
Shortcut(s) -

Use this filter to sharpen the video.

Options

  • sharpen-sigma <float> : Sharpen strength (0. to 2.) default value: 0.05

Example

% vlc --video-filter "sharpen{sigma=0.12}" somevideo.avi

See also

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.