Difference between revisions of "Documentation:Modules/motion control"
Jump to navigation
Jump to search
m |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
== Examples == | == Examples == | ||
− | Using the [[Documentation:Modules/transform|transform]] video output filter (possible rotation angles are -90°, 0° and | + | Using the [[Documentation:Modules/transform|transform]] video output filter (possible rotation angles are -90°, 0° and +90°): |
% '''vlc --control motion somevideo.avi''' | % '''vlc --control motion somevideo.avi''' | ||
− | Using the [[Documentation:Modules/rotate|rotate]] video filter (possible rotation angles theoretically range from -180° to | + | Using the [[Documentation:Modules/rotate|rotate]] video filter (possible rotation angles theoretically range from -180° to +180°, depending on your sensor): |
% '''vlc --control motion --motion-use-rotate --video-filter rotate somevideo.avi''' | % '''vlc --control motion --motion-use-rotate --video-filter rotate somevideo.avi''' | ||
+ | |||
+ | {{Documentation footer}} |
Latest revision as of 10:35, 3 October 2013
Module: motion | |
---|---|
Type | Control interface |
First VLC version | 0.9.0 |
Last VLC version | - |
Operating system(s) | Linux |
Description | motion control interface |
Shortcut(s) | - |
Use this control interface to rotate the video when moving a laptop using HDAPS or AMS sensors.
Options
- motion-use-rotate : Use the rotate video filter instead of the transform video ouput filter to rotate the video default value: enabled
Examples
Using the transform video output filter (possible rotation angles are -90°, 0° and +90°):
% vlc --control motion somevideo.avi
Using the rotate video filter (possible rotation angles theoretically range from -180° to +180°, depending on your sensor):
% vlc --control motion --motion-use-rotate --video-filter rotate somevideo.avi
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.