Using two video filters on 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.
jaykup
New Cone
New Cone
Posts: 3
Joined: 20 Nov 2010 04:22

Using two video filters on command line

Postby jaykup » 31 Mar 2013 17:00

How do I use two video filters at the same time on command line? I can get it to work using the GUI, but need command line options.

This rotates 270 degrees. Good.

Code: Select all

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" http://192.168.1.116:8081/playlist.m3u --video-filter=transform --transform-type=270
This crops the top. Good.

Code: Select all

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" http://192.168.1.116:8081/playlist.m3u --video-filter=croppadd --croppadd-croptop=300
This just transforms but doesn't crop. Not good.

Code: Select all

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" http://192.168.1.116:8081/playlist.m3u --video-filter=transform,croppadd --transform-type=270 --croppadd-croptop=300
This just crops, but doesn't transform. Not good.

Code: Select all

"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" http://192.168.1.116:8081/playlist.m3u --video-filter=croppadd,transform --transform-type=270 --croppadd-croptop=300
How do I use two filters at the same time?

mederi
Big Cone-huna
Big Cone-huna
Posts: 1951
Joined: 15 Mar 2011 16:38
VLC version: 2.0.8
Operating System: Windows Vista/XP

Re: Using two video filters on command line

Postby mederi » 31 Mar 2013 17:12

--video-filter=transform:croppadd --transform-type=270 --croppadd-croptop=300
Does it work? Or:
--video-filter=transform{type=270}:croppadd{croptop=300}

jaykup
New Cone
New Cone
Posts: 3
Joined: 20 Nov 2010 04:22

Re: Using two video filters on command line

Postby jaykup » 31 Mar 2013 21:03

Yes, the first one worked perfect. Thank you!


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: Google [Bot] and 45 guests