Difference between revisions of "Documentation:Modules/erase"

From VideoLAN Wiki
Jump to navigation Jump to search
(New page: {{Module|name=erase|type=Video filter|first_version=0.9.0|description=logo erasing video filter}} Use this filter to erase a logo (or any given area) from the video. {{Option |name=erase...)
 
m
Line 3: Line 3:
 
Use this filter to erase a logo (or any given area) from the video.
 
Use this filter to erase a logo (or any given area) from the video.
  
 +
== Options ==
 
{{Option
 
{{Option
 
|name=erase-mask
 
|name=erase-mask
Line 24: Line 25:
 
}}
 
}}
  
Example use:
+
== Example ==
 
  % '''vlc --video-filter "erase{mask=logo.png,x=100,y=50}" somevideo.avi'''
 
  % '''vlc --video-filter "erase{mask=logo.png,x=100,y=50}" somevideo.avi'''

Revision as of 13:04, 22 January 2008

Module: erase
Type Video filter
First VLC version 0.9.0
Last VLC version -
Operating system(s) all
Description logo erasing video filter
Shortcut(s) -

Use this filter to erase a logo (or any given area) from the video.

Options

  • erase-mask <string> : PNG file to use as a mask. The alpha channel only will be used to build the mask.
  • erase-x <integer> : X offset from upper left corner. default value: 0
  • erase-y <integer> : Y offset from upper left corner. default value: 0

Example

% vlc --video-filter "erase{mask=logo.png,x=100,y=50}" somevideo.avi