How to filter running in VLC video stream on commandline?
Posted
by
Rais
on Super User
See other posts from Super User
or by Rais
Published on 2010-05-13T12:12:20Z
Indexed on
2014/08/22
16:28 UTC
Read the original article
Hit count: 172
I easily can broadcast my webcam with VLC using command lines like this (I use Windows):
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -vvv -I --dshow-vdev="Logitech QuickCam Express / Go" dshow:// --sout
When I paste command into CMD and hit enter it starts streaming (all is fine - I can play it).
How can I now for example add brightness or any other filter to that stream from the commandline?
© Super User or respective owner