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.githubusercontent.com/emilwojcik93/868fbc801667e65e334679fec62b6879/raw/VideoCompressor.ps1' -OutFile "$profileDir\VideoCompressor.ps1" -UseBasicParsing