Documentation:Modules/motion control

From VideoLAN Wiki
Jump to navigation Jump to search
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 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.