Difference between revisions of "Documentation:Modules/motionblur"
Jump to navigation
Jump to search
m |
m |
||
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. | ||
+ | == Options == | ||
{{Option | {{Option | ||
|name=motionblur-factor | |name=motionblur-factor | ||
Line 10: | Line 11: | ||
}} | }} | ||
− | Example | + | == Example == |
% '''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. |
Revision as of 13:02, 22 January 2008
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> : The bluring factor (1 to 127). Higher values mean more blurring. default value: 80
Example
% vlc --video-filter "motionblur{factor=60}" somevideo.avi
Note: In versions prior to 0.9.0, motionblur was a video output filter.