▼ Подправил локальную контрастность и уровень чёрного фильтрами
NonlinUSM и
AutoLevels. Подправил параметры топаза.
tvai.txt
scale=w=768:h=576,setsar=1,crop=w=737:h=572:x=12:y=2,tvai_up=model=iris-2:scale=0:w=1440:h=1080:preblur=0:noise=0:details=0:halo=0:blur=0:compression=0:estimate=8:device=0:vram=1:instances=0,scale=w=1440:h=1080:flags=lanczos:threads=0:force_original_aspect_ratio=decrease,pad=1440:1080:-1:-1:color=black
^^^ 1 серия ^^^
scale=w=768:h=576,setsar=1,crop=w=737:h=572:x=12:y=2,tvai_up=model=iris-2:scale=0:w=1440:h=1080:preblur=0:noise=0:details=0:halo=0:blur=0:compression=0:estimate=8:device=0:vram=1:instances=0,scale=w=1440:h=1080:flags=lanczos:threads=0:force_original_aspect_ratio=decrease,pad=1440:1080:-1:-1:color=black
^^^ 2 серия ^^^
ffmpeg32pp.avs
SetWorkingDir("C:\Programs\tvaiplus") # tvaiplus (ffmpeg32) directory
#~ mind LoadPlugin and Import RELATIVE PATHS
SetMemoryMax(4096)
SetMaxCPU("avx2") # avx
LoadPlugin("common\avss.dll")
LoadPlugin("common\nnedi3_AVX2.dll") # nnedi3_AVX.dll
LoadPlugin("common\mvtools2.dll")
LoadPlugin("common\masktools2.dll")
LoadPlugin("common\VerticalCleanerS.dll")
LoadPlugin("common\RgTools.dll")
LoadPlugin("common\fft3dfilter.dll")
Import("common\avss.avsi")
Import("common\Zs_RF_Shared.avsi")
LoadPlugin("RawSourcePlus\RawSourcePlus.dll")
RawSourcePlus("-")
Tweak(hue=0, sat=0.98, bright=0, cont=1, coring=false, dither=false)
LoadPlugin("WhiteBalance\WhiteBalance.dll")
st = last
co = coloryuv(autowhite = true)
Overlay(st,co, mode="blend", opacity=0.1)
Import("NonlinUSM\NonlinUSM.avs")
NonlinUSM(z=6, pow=1, str=0.12, rad=36)
LoadPlugin("AutoLevels\AutoLevels_x86.dll")
btb = 24
blr = 32
bf = last
ab = autolevels(bf,filterRadius=5,sceneChgThresh=10,ignore_low=0.01,ignore_high=0.01,output_low=0,output_high=225, border_t=btb, border_b=btb, border_l=blr, border_r=blr, autogamma=true)
Overlay(bf, ab, mode="blend", opacity=0.1)ffmpeg.txt
-c:v libx265 -x265-params sar=1:aq-mode=2:deblock=-3,-3:crf=22.0:interlace=0:no-info=1