Difference between revisions of "Documentation:Modules/motionblur"
Jump to navigation
Jump to search
m |
m (Prepare for transclusion, format, sections) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
Use this filter to blur motion in a video based on previous frames. | Use this filter to blur motion in a video based on previous frames. | ||
− | {{Option | + | == Options == |
+ | <onlyinclude>{{Option | ||
|name=motionblur-factor | |name=motionblur-factor | ||
|value=integer | |value=integer | ||
|default=80 | |default=80 | ||
− | |description=The bluring factor (1 to 127). Higher values mean more blurring | + | |min=1 |
− | }} | + | |max=127 |
+ | |description=The bluring factor (1 to 127). Higher values mean more blurring | ||
+ | }}</onlyinclude> | ||
− | + | == Examples == | |
% '''vlc --video-filter "motionblur{factor=60}" somevideo.avi''' | % '''vlc --video-filter "motionblur{factor=60}" somevideo.avi''' | ||
'''Note:''' In versions prior to 0.9.0, motionblur was a video output filter. | '''Note:''' In versions prior to 0.9.0, motionblur was a video output filter. | ||
+ | |||
+ | {{Documentation footer}} |
Latest revision as of 06:35, 4 April 2019
Module: motionblur | |
---|---|
Type | Video filter |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | motion blur video filter |
Shortcut(s) | - |
Use this filter to blur motion in a video based on previous frames.
Options
- motionblur-factor <integer [1 .. 127]> : The bluring factor (1 to 127). Higher values mean more blurring default value: 80
Examples
% vlc --video-filter "motionblur{factor=60}" somevideo.avi
Note: In versions prior to 0.9.0, motionblur was a video output 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.