Documentation:Modules/erase
From VideoLAN Wiki
| erase | |
|---|---|
| Type | Video filter |
| First VLC version | 0.9.0 |
| Last VLC version | - |
| Operating system(s) | all |
| Description | logo erasing video filter |
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
| This page is part of official VLC media player Documentation (Play HowTo Streaming HowTo Hacker's Guide Modules)
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. |
