Difference between revisions of "Documentation:Modules/gaussianblur"
Jump to navigation
Jump to search
(New page: {{Module|name=gaussianblur|type=Video filter|first_version=0.9.0|description=gaussian blur video filter}} Use this filter to blur the whole video. {{Option |name=gaussianblur-sigma |valu...) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
Use this filter to blur the whole video. | Use this filter to blur the whole video. | ||
+ | == Options == | ||
{{Option | {{Option | ||
|name=gaussianblur-sigma | |name=gaussianblur-sigma | ||
Line 10: | Line 11: | ||
}} | }} | ||
− | Example | + | == Example == |
% '''vlc --video-filter "gaussianblur{sigma=3.45}" somevideo.avi''' | % '''vlc --video-filter "gaussianblur{sigma=3.45}" somevideo.avi''' | ||
+ | |||
+ | == See also == | ||
+ | * [[Documentation:Modules/sharpen]] | ||
+ | |||
+ | {{Documentation footer}} |
Latest revision as of 03:00, 13 March 2019
Module: gaussianblur | |
---|---|
Type | Video filter |
First VLC version | 0.9.0 |
Last VLC version | - |
Operating system(s) | all |
Description | gaussian blur video filter |
Shortcut(s) | - |
Use this filter to blur the whole video.
Options
- gaussianblur-sigma <float> : The gaussian's standard deviation. default value: 2.
Example
% vlc --video-filter "gaussianblur{sigma=3.45}" somevideo.avi
See also
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.