Skip to content

Latest commit

 

History

History
86 lines (51 loc) · 3.38 KB

readme.md

File metadata and controls

86 lines (51 loc) · 3.38 KB

PSSCREENRECORDER

logo

Desktop Video Capture with PowerShell

Language Release Version Release Date Bartender Version
psbadge releasebadge datebadge btbadge

Authors: Adrian.Andersson

Company: Adrian Andersson

Latest Release Notes: here



Getting Started

Installation

How to install:

install-module psScreenRecorder

Configuration

Grab ffmpeg:

install-ffmpeg psScreenRecorder

Create a video

new-psScreenRecord

Convert it to a GIF

convert-mp4togif -mp4Path my.mp4 -gifPath my.gif

What Is It

Capture a video of your screen using PowerShell

Example:

demo


Acknowledgements

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/


Build With Bartender

A PowerShell Module Framework