Recording Screen with VLC or FFMPEG using screen-capture-recorder

This little Batch script is one of my favorites, I work with alot of different people that are non-technical and cannot reproduce issues on demand. This nifty little VLC script captures everything in a tiny tiny file and on average records about 6 hours of screen time in only 40MB of data. Not bad eh! 🙂

First, you’ll need these two files https://ffmpeg.zeranoe.com/builds/ <– FFMPEG windows files, Unzip them into your windows directory https://github.com/rdp/screen-capture-recorder-to-video-windows-free/releases <— Install this

To start recording manually use this in command prompt: start ffmpeg -f dshow -i video=”screen-capture-recorder” -c:v libx264 -qp 0 c:\VideoFile.swf

Here is another part that just uses screen-capture-recorder (can use audio if needed from MIC)

Leave a comment

Your email address will not be published. Required fields are marked *