Page 1 of 1

Two filters in Command Line

Posted: 02 Sep 2019 10:28
by rspai
I am attempting to use two video filters (transform and magnify) in the command line:

The code below magnifies but does not transform:

Code: Select all

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --play-and-exit --rate 0.25 --started-from-file --playlist-enqueue %1% --video-filter magnify --zoom 1.0 vout-filter=transform --transform-type=90
What should I do for both filters to work?

Re: Two filters in Command Line

Posted: 03 Sep 2019 09:14
by unidan
Hi

the syntax would be

Code: Select all

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --play-and-exit --rate 0.25 --started-from-file --playlist-enqueue %1% --video-filter=magnify:transform --zoom 1.0 --transform-type=90

Re: Two filters in Command Line

Posted: 26 Apr 2021 20:36
by vrod
How about how to combine these 2?

--video-filter "extract{component=008000}"
and
--vout-filter=transform --transform-type=90 --video-filter "transform{true}"

I tried this
--vout-filter=transform --transform-type=90 --video-filter "transform{true}","extract{component=00800}"

but only the transform works, not the color.

thanks.

Re: Two filters in Command Line

Posted: 26 Apr 2021 20:44
by vrod
Nevermind...

this works
--vout-filter=transform --video-filter "extract{component=08000}