Difference between revisions of "Documentation:Modules/transform"
Jump to navigation
Jump to search
m (Prepare for transclusion, format, sections) |
|||
Line 2: | Line 2: | ||
== Options == | == Options == | ||
− | {{Option | + | <onlyinclude>{{Option |
|name=transform-type | |name=transform-type | ||
|value=string | |value=string | ||
+ | |select={"90","180","270","hfilp","vfilp"} | ||
|default="90" | |default="90" | ||
− | |description=Transformation type | + | |description=Transformation type |
− | }} | + | }}</onlyinclude> |
− | == | + | == Examples == |
% '''vlc --vout-filter=transform --transform-type=vflip somevideo.avi''' | % '''vlc --vout-filter=transform --transform-type=vflip somevideo.avi''' | ||
{{Documentation footer}} | {{Documentation footer}} |
Revision as of 06:33, 4 April 2019
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> {"90","180","270","hfilp","vfilp"} : Transformation type default value: "90"
Examples
% vlc --vout-filter=transform --transform-type=vflip 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.