Difference between revisions of "Documentation:Modules/transform"

From VideoLAN Wiki
Jump to navigation Jump to search
(New page: {{Module|name=transform|type=Video output filter|description=Rotate or flip the video output}} == Options == {{Option |name=transform-type |value=string |default="90" |description=Transfo...)
 
(example)
Line 9: Line 9:
 
}}
 
}}
  
{{Stub}}
+
== Example ==
 +
% '''vlc --vout-filter=transform --transform-type=vflip somevideo.avi'''
  
 
{{Documentation}}
 
{{Documentation}}

Revision as of 22:14, 23 February 2008

Module: transform
Type Video output filter
First VLC version -
Last VLC version -
Operating system(s) all
Description Rotate or flip the video output
Shortcut(s) -

Options

  • transform-type <string> : Transformation type. One of "90", "180", "270", "hfilp" and "vfilp" default value: "90"

Example

% vlc --vout-filter=transform --transform-type=vflip 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.