Increment convertedVideos variable to correct starting number

windows-hevc-converter
Michael Reber 4 years ago
parent 5afb90a3ce
commit b73a57e701

@ -29,7 +29,7 @@ $videos = Get-ChildItem -LiteralPath $videoPath -Name -Recurse -Include ('*.mp4'
# Instantiating used variables:
$videoID = 1
$convertedVideos = 0
$convertedVideos = 1
$notConvertedVideos = 0
$failedVideos = 0
# Square brackets are used as wildcards in Powershell.

Loading…
Cancel
Save