Subfilters without transcode
Posted: 09 Oct 2005 15:00
Hi
I am using videolan to display a range of media on a local screen and been having a lot of success with your product. I have been able to use subfilters for marq and for logo seperately but not at the same time. I want to avoid transcode if I can. Is there a way to chain multiple subfilters when displaying locally without a transcode??
Here are some examples of what I am doing at the commandline:
and
Basically I would like to do both logo and marq on the one commandline
Thanks
MK
I am using videolan to display a range of media on a local screen and been having a lot of success with your product. I have been able to use subfilters for marq and for logo seperately but not at the same time. I want to avoid transcode if I can. Is there a way to chain multiple subfilters when displaying locally without a transcode??
Here are some examples of what I am doing at the commandline:
Code: Select all
vlc tg.avi --novideo-deco --intf dummy --dummy-quiet --extraintf rc --rc-quiet --rc-host 127.0.0.1:10003 --video-on-top --one-instance --sub-filter logo --logo-file c:\cone.png --logo-x 100 --logo-y 100 --logo-transparency 200
Code: Select all
vlc tg.avi --novideo-deco --intf dummy --dummy-quiet --extraintf rc --rc-quiet --rc-host 127.0.0.1:10003 --video-on-top --one-instance --sub-filter marq --marq-marquee="Your text here" --marq-x=50 --marq-y=50 --freetype-font=c:\windows\fonts\arialbd.ttf --freetype-fontsize=22
Thanks
MK