Hi All
I'm trying to do screen captures using the following procedure but end up with a screen 'snapshot' instead. I succeeded a couple of times back in Feb and wrote this SOP but I seem to be missing a step somewhere... (...or the latest update to VLC makes this procedure obsolete and I need to change something.)
Open VLC;
Under "Media";
Select "Stream";
Click on "Capture Device" Tab;
In the "Capture Mode" dropdown list select "Desktop";
Click on "Stream"; (* Check to see if source is selected as Screen:// *)
Click on "Next";
In "New Destination" dropdown list select "File";
Click on "Browse";
Type or select the the destination name for your capture file;
Click "Next";
Take notice that you have generated a script that looks like:
":sout=#transcode{vcodec=h264,vb=0,scale=0,acodec=mpga,ab=128,channels=2,samplerate=44100}:file{dst=C:\\Users\\glmj\\Desktop\\Temp\\test VLC Screen Recording.mp4} :sout-keep" without the quotes.;
My end goal is to be able to create a single button (icon) that calls VLC and passes the parameters (script) to the executable.
Thanks in advance folks for any tips
Gord