Difference between revisions of "Documentation:Modules/transform"
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...) |
(Update/expand) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Module|name=transform|type=Video output filter|description=Rotate or flip the video | + | {{Module|name=transform|type=Video output filter|description=Rotate or flip the video|sc=transform}} |
== Options == | == Options == | ||
− | {{Option | + | <onlyinclude>{{Option |
|name=transform-type | |name=transform-type | ||
|value=string | |value=string | ||
+ | |select={ "90", "180", "270", "hflip", "vflip", "transpose", "antitranspose" } | ||
|default="90" | |default="90" | ||
− | |description=Transformation type | + | |description=Transformation type |
− | }} | + | }}</onlyinclude> |
+ | {{Clear}} | ||
− | { | + | == Examples == |
+ | $ vlc --video-filter='transform{type="vflip"}' somevideo.avi | ||
− | {{Documentation}} | + | == Source code == |
+ | * {{VLCSourceFile|modules/video_filter/transform.c}} | ||
+ | |||
+ | {{Documentation footer}} |
Latest revision as of 09:09, 2 June 2019
Module: transform | |
---|---|
Type | Video output filter |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | Rotate or flip the video |
Shortcut(s) | transform
|
Options
- transform-type <string> { "90", "180", "270", "hflip", "vflip", "transpose", "antitranspose" } : Transformation type default value: "90"
Examples
$ vlc --video-filter='transform{type="vflip"}' somevideo.avi
Source code
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.