GitHub Gist: https://gist.github.com/emilwojcik93/868fbc801667e65e334679fec62b6879
Step 1: Download script to profile directory
$profileDir = Split-Path $PROFILE -Parent; if(!(Test-Path $profileDir)){md $profileDir -Force}; iwr 'https://gist.github.com/emilwojcik93/868fbc801667e65e334679fec62b6879/raw/VideoCompressor.ps1' -OutFile "$profileDir\VideoCompressor.ps1" -UseBasicParsing