I'm trying to save online streams to HDD. "C:\Program Files\VideoLAN\VLC\vlc.exe" https://www.youtube.com/watch?v=VIDEO_ID --sout=#transcode{vcodec=h264,vb=4000,acodec=mp4a,ab=192,scale=1,channels=2,deinterlace}:gather:std{access=file,mux=mp4,dst=D:\temp\vlcStream.mp4} --sout-keep When I e...