I would like to create a new video (MP4) file in PowerShell.
The contents of the video do not matter but should be unique. The file size should be short (5 seconds).
The is required as part of an integration test I am using PowerShell and Pester for. I am using the New-Item
cmdlet for the same thing with txt files, but I'm not sure how to create the contents for the video file in PowerShell.
The system I am testing requires a new, unique video.