Difference between revisions of "Documentation:Modules/invert"

From VideoLAN Wiki
Jump to navigation Jump to search
 
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 0.9.0 and above''':
 
  % '''vlc --video-filter invert somevideo.avi'''
 
  % '''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.

Revision as of 13:01, 22 January 2008

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.