From 01cc2e2fe1e44541587e8a8c8b4083daf452aeb5 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Sun, 10 Dec 2023 09:53:39 +0000 Subject: [PATCH] Adjust crf slightly --- Script.ps1 | 2 +- Script_Interlaced.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Script.ps1 b/Script.ps1 index e5572b9..f4c8ba1 100644 --- a/Script.ps1 +++ b/Script.ps1 @@ -22,7 +22,7 @@ $Paths | foreach { (Get-Content ..\template.vpy).replace('[INPUTFILE]', $Path.replace('\', '/')) | Set-Content -LiteralPath "$ScriptFile" - .\ffmpeg.exe -hide_banner -y -f vapoursynth -i "$ScriptFile" -i "$Path" -map 0:v:0 -map 1:a:0 -c:v libx265 -profile:v main10 -crf 17.4 -x265-params "me=star:subme=5:limit-modes=1:rect=1:amp=1:max-merge=5:no-early-skip=1:bframes=16:ref=6:rc-lookahead=60:limit-refs=0:rd=6:rdoq-level=2:psy-rdoq=1.00:sao=0" -c:a copy "$ArchiveFile" + .\ffmpeg.exe -hide_banner -y -f vapoursynth -i "$ScriptFile" -i "$Path" -map 0:v:0 -map 1:a:0 -c:v libx265 -profile:v main10 -crf 17.6 -x265-params "me=star:subme=5:limit-modes=1:rect=1:amp=1:max-merge=5:no-early-skip=1:bframes=16:ref=6:rc-lookahead=60:limit-refs=0:rd=6:rdoq-level=2:psy-rdoq=1.00:sao=0" -c:a copy "$ArchiveFile" Remove-Item $ScriptFile Remove-Item "$($Path).lwi" diff --git a/Script_Interlaced.ps1 b/Script_Interlaced.ps1 index 4cbae7d..9060034 100644 --- a/Script_Interlaced.ps1 +++ b/Script_Interlaced.ps1 @@ -22,7 +22,7 @@ $Paths | foreach { (Get-Content ..\template_interlaced.vpy).replace('[INPUTFILE]', $Path.replace('\', '/')) | Set-Content -LiteralPath "$ScriptFile" - .\ffmpeg.exe -hide_banner -y -f vapoursynth -i "$ScriptFile" -i "$Path" -map 0:v:0 -map 1:a:0 -c:v libx265 -profile:v main10 -crf 17.4 -x265-params "me=star:subme=5:limit-modes=1:rect=1:amp=1:max-merge=5:no-early-skip=1:bframes=16:ref=6:rc-lookahead=60:limit-refs=0:rd=6:rdoq-level=2:psy-rdoq=1.00:sao=0" -c:a copy "$ArchiveFile" + .\ffmpeg.exe -hide_banner -y -f vapoursynth -i "$ScriptFile" -i "$Path" -map 0:v:0 -map 1:a:0 -c:v libx265 -profile:v main10 -crf 16.5 -x265-params "me=star:subme=5:limit-modes=1:rect=1:amp=1:max-merge=5:no-early-skip=1:bframes=16:ref=6:rc-lookahead=60:limit-refs=0:rd=6:rdoq-level=2:psy-rdoq=1.00:sao=0" -af "pan=stereo|c0=FL|c1=FR" -c:a libopus -b:a 320k "$ArchiveFile" Remove-Item $ScriptFile Remove-Item "$($Path).lwi"