Difference between revisions of "Documentation:Modules/rotate"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Update module options)
Line 6: Line 6:
 
{{Option
 
{{Option
 
|name=rotate-angle
 
|name=rotate-angle
|value=integer
+
|value=float
 +
|min=-340282346638528859811704183484516925440.000000
 +
|max=340282346638528859811704183484516925440.000000
 
|default=0
 
|default=0
 
|description=Rotation angle in degrees (0 to 359)
 
|description=Rotation angle in degrees (0 to 359)
 +
}}
 +
{{Option
 +
|name=rotate-use-motion
 +
|value=boolean
 +
|description=Use HDAPS, AMS, APPLESMC or UNIMOTION motion sensors to rotate the video
 +
|default=disabled
 
}}
 
}}
  

Revision as of 07:28, 23 February 2019

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 <float [-340282346638528859811704183484516925440.000000 .. 340282346638528859811704183484516925440.000000]> : Rotation angle in degrees (0 to 359) default value: 0
  • rotate-use-motion <boolean> : Use HDAPS, AMS, APPLESMC or UNIMOTION motion sensors to rotate the video default value: disabled

Example

% vlc --video-filter "rotate{angle=123}" somevideo.avi

See also

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
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.