Code: Select all
vlc screen:// -I dummy :sout=#transcode{vcodec=WMV2,vb=1800,scale=1}:std{access=file,mux=asf,dst=output.wmv}
Code: Select all
vlc ://quit
Code: Select all
vlc FILENAME ://quit
Moreover,
Code: Select all
TASKKILL /F /IM vlc.exe
-- start the capture via command line
-- VLC should be invisible
-- End the session via command line.
Thanks.