Commit aac3478 1 parent b93005f commit aac3478 Copy full SHA for aac3478
File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ function Set-DVArgs {
351
351
' --min-keyint'
352
352
24
353
353
' --psy-rd'
354
- $PsyRd
354
+ $PSBoundParameters [ ' PsyRd' ] ? $PsyRd : ' 2.00 '
355
355
' --tu-intra-depth'
356
356
" $ ( $TuDepth [0 ]) "
357
357
' --tu-inter-depth'
@@ -432,7 +432,6 @@ function Set-DVArgs {
432
432
if ($x265ExtraArray ) { $x265BaseArray.AddRange ($x265ExtraArray ) }
433
433
434
434
switch ($x265ExtraArray ) {
435
- { $_ -notcontains ' --sao' } { $x265BaseArray.Add (' --no-sao' ) > $null }
436
435
{ $_ -notcontains ' --open-gop' } { $x265BaseArray.Add (' --no-open-gop' ) > $null }
437
436
{ $_ -notcontains ' --keyint' } { $x265BaseArray.AddRange (@ (' --keyint' , 192 )) }
438
437
{ $_ -notcontains ' --min-keyint' } { $x265BaseArray.AddRange (@ (' --min-keyint' , 24 )) }
You can’t perform that action at this time.
0 commit comments