Difference between revisions of "Documentation:Modules/rotate"
Jump to navigation
Jump to search
m |
|||
Line 3: | Line 3: | ||
Use this filter to rotate the video using any angle you want. | Use this filter to rotate the video using any angle you want. | ||
+ | == Options == | ||
{{Option | {{Option | ||
|name=rotate-angle | |name=rotate-angle | ||
Line 10: | Line 11: | ||
}} | }} | ||
− | Example | + | == Example == |
% '''vlc --video-filter "rotate{angle=123}" somevideo.avi''' | % '''vlc --video-filter "rotate{angle=123}" somevideo.avi''' | ||
− | See also | + | == See also == |
− | [[Documentation:Modules/motion_control]] | + | * [[Documentation:Modules/motion_control]] |
Revision as of 13:03, 22 January 2008
Module: rotate | |
---|---|
Type | Video filter |
First VLC version | 0.9.0 |
Last VLC version | - |
Operating system(s) | all |
Description | rotate video filter |
Shortcut(s) | - |
Use this filter to rotate the video using any angle you want.
Options
- rotate-angle <integer> : Rotation angle in degrees (0 to 359) default value: 0
Example
% vlc --video-filter "rotate{angle=123}" somevideo.avi