Page 1 of 1

VLC comand line - enable filter

Posted: 14 Feb 2011 18:16
by ezhik452
Hi all! F have a little newibe question: i need to load video filter with one parameter using command line.
i use this command: vlc.exe --video-filter rotate-angle=90
But this command doesn't enable filter. What i did wrong?
Windows 7, vlc 1.1.7
thnx for attension)

Re: VLC comand line - enable filter

Posted: 14 Feb 2011 18:26
by Jean-Baptiste Kempf
vlc.exe --video-filter="rotate" --rotate-angle=90

Re: VLC comand line - enable filter

Posted: 14 Feb 2011 18:30
by ezhik452
Oh... magick) Thnx for reply)