Cosmetics
This commit is contained in:
parent
6f2b0ae9ef
commit
fa56cba0bd
@ -73,7 +73,7 @@ Write-Host "--------------------------------------------------------------------
|
|||||||
foreach($video in $videos)
|
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
|
# 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("`"", "")
|
$video = $video.Replace("`"", "")
|
||||||
$inputFile = $videoPath + $video
|
$inputFile = $videoPath + $video
|
||||||
@ -84,7 +84,7 @@ foreach($video in $videos)
|
|||||||
#echo $codec
|
#echo $codec
|
||||||
|
|
||||||
} else {}
|
} else {}
|
||||||
$codec = 'HVEC'
|
$codec = 'HVEC'
|
||||||
}
|
}
|
||||||
|
|
||||||
# If not already HEVC, convert video using NVEncC64:
|
# If not already HEVC, convert video using NVEncC64:
|
||||||
|
Loading…
Reference in New Issue
Block a user