Two filters in Command Line

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
rspai
New Cone
New Cone
Posts: 2
Joined: 12 Sep 2010 02:53

Two filters in Command Line

Postby rspai » 02 Sep 2019 10:28

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?

unidan
Developer
Developer
Posts: 1493
Joined: 25 Mar 2018 01:00

Re: Two filters in Command Line

Postby unidan » 03 Sep 2019 09:14

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

vrod
Blank Cone
Blank Cone
Posts: 11
Joined: 13 Dec 2017 11:40

Re: Two filters in Command Line

Postby vrod » 26 Apr 2021 20:36

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.

vrod
Blank Cone
Blank Cone
Posts: 11
Joined: 13 Dec 2017 11:40

Re: Two filters in Command Line

Postby vrod » 26 Apr 2021 20:44

Nevermind...

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


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 45 guests