Difference between revisions of "Documentation:Modules/sharpen"
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...) |
m |
||
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 | + | == 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]] |
Revision as of 13:04, 22 January 2008
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