Page 1 of 1

Adding a logo using command line

Posted: 26 Apr 2013 20:01
by lorus11
Hi,

I want to add a logo to a played file using the command line.

I already know there is:

Code: Select all

vlc --logo-file="icon.png" file.avi
This only sets the path to the logo but doesn't show it. So I'm looking for the command line that shows the logo, too.


cheerz,

lorus

Re: Adding a logo using command line

Posted: 01 May 2013 21:09
by mederi
Logo parameters: viewtopic.php?f=14&t=110081#p373284
Usage:

Code: Select all

vlc.exe --sub-filter=logo{file=icon.png,position=6} file.avi