Documentation:Modules/motion control
From VideoLAN Wiki
| motion | |
|---|---|
| Type | Control interface |
| First VLC version | 0.9.0 |
| Last VLC version | - |
| Operating system(s) | Linux |
| Description | motion control interface |
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 (Play HowTo Streaming HowTo Hacker's Guide Modules)
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. |
