From fa56cba0bda8b4c0bb592cb54ef6437676a46871 Mon Sep 17 00:00:00 2001 From: Lukas Reusser Date: Sun, 17 May 2020 14:24:13 +0200 Subject: [PATCH] Cosmetics --- convert_Videos.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convert_Videos.ps1 b/convert_Videos.ps1 index c9297f2..ca34e9d 100644 --- a/convert_Videos.ps1 +++ b/convert_Videos.ps1 @@ -73,7 +73,7 @@ Write-Host "-------------------------------------------------------------------- foreach($video in $videos) { # Check filename for '-HVEC' string and skip filetester if true to make it run faster with lots of files already converted - if(! $video -match "-HVEC") + if(! $video -match "-HVEC") { $video = $video.Replace("`"", "") $inputFile = $videoPath + $video @@ -84,7 +84,7 @@ foreach($video in $videos) #echo $codec } else {} - $codec = 'HVEC' + $codec = 'HVEC' } # If not already HEVC, convert video using NVEncC64: