Desktop Video Capture with PowerShell
Language | Release Version | Release Date | Bartender Version |
---|---|---|---|
Authors: Adrian.Andersson
Company: Adrian Andersson
Latest Release Notes: here
How to install:
install-module psScreenRecorder
Grab ffmpeg:
install-ffmpeg psScreenRecorder
new-psScreenRecord
convert-mp4togif -mp4Path my.mp4 -gifPath my.gif
Capture a video of your screen using PowerShell
Kyle Schwarz for the gift that is FFMPEG https://ffmpeg.zeranoe.com
Peter Hinchley for his Scaling Rate type definition https://hinchley.net/articles/get-the-scaling-rate-of-a-display-using-powershell/