Difference between revisions of "Documentation:Modules/invert"

From VideoLAN Wiki
Jump to navigation Jump to search
 
 
(4 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
The invert filter inverts colors in an image.
 
The invert filter inverts colors in an image.
  
Example use (VLC 0.9.0 and above):
+
== Example ==
  % '''vlc --video-filter invert somevideo.avi'''
+
'''VLC 0.9.0 and above''':
 +
  {{$}} '''vlc --video-filter invert somevideo.avi'''
  
 
'''Note:''' In versions prior to 0.9.0, invert was a video output filter.
 
'''Note:''' In versions prior to 0.9.0, invert was a video output filter.
 +
 +
{{Documentation footer}}

Latest revision as of 03:01, 13 March 2019

Module: invert
Type Video filter
First VLC version -
Last VLC version -
Operating system(s) all
Description color inversion
Shortcut(s) -

The invert filter inverts colors in an image.

Example

VLC 0.9.0 and above:

$ vlc --video-filter invert somevideo.avi

Note: In versions prior to 0.9.0, invert was a video output filter.

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.