▼
2.86 GB 2:04:04 HEVC 1440x1080 10 bit 25fps 3047 kb/s MPEG Audio 2ch 256 kb/s 48.0 kHz ffmpeg32.avs
SetWorkingDir("C:\Programs\tvaiplus") # tvaiplus (ffmpeg32) directory
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("GetSystemEnv\GetSystemEnv.dll")
input_file=GetSystemEnv("input_file")
DirectShowSource2(input_file, fps=25, preroll=15, lavs="L3", lavd="L3")
Import("ExLogo\s_ExLogo.AVS")
ConvertToYUY2(interlaced = true)
S_ExLogo(542,50,112,36,logomode=2,blurmode=1,spow=2.2)
ConvertToRGB24(interlaced = true)
RGBAdjust(1.00, 0.98, 1.00, 0.95)
ConvertToYV24(interlaced = true)
Levels(0,0.98,236,0,240)
LoadPlugin("RemoveDirt\RemoveDirt.dll")
Import("RemoveDirt\RemoveDirtMC.avs")
Import("RemoveDirt\RemoveSpotsMC.avs")
RemoveSpotsMC()
LoadPlugin("AutoLevels\AutoLevels_x86.dll")
btb = 24
blr = 32
bf = last
ab = autolevels(bf,filterRadius=5,sceneChgThresh=10,ignore_low=0.003,ignore_high=0.003,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.67)
LoadPlugin("WhiteBalance\WhiteBalance.dll")
st = last
co = coloryuv(autowhite = true)
Overlay(st,co, mode="blend", opacity=0.33)
LoadPlugin("DePan\Depan.dll")
LoadPlugin("DePan\DepanEstimate.dll")
dmx = 24
mdata = DePanEstimate(dxmax=dmx,dymax=dmx)
DePanStabilize(data=mdata,method=1,dxmax=dmx,dymax=dmx,rotmax=0,blur=33,zoommax=1.00)
dmx = 24
mdata = DePanEstimate(dxmax=dmx,dymax=dmx)
DePanStabilize(data=mdata,method=1,dxmax=dmx,dymax=dmx,rotmax=0,blur=33,zoommax=1.00)
Import("NonlinUSM\NonlinUSM.avs")
NonlinUSM(z=6, pow=1, str=0.05, rad=48)
pipe.txt
yuv444p10
tvai.txt
scale=w=768:h=576,setsar=1,crop=w=710:h=548:x=28:y=14,tvai_up=model=iris-3:scale=0:w=1440:h=1080:preblur=0:noise=-0.15:details=0:halo=0.15: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
ffmpeg.txt
-c:v libx265 -x265-params sar=1:aq-mode=2:deblock=-3,-3:crf=21.0:interlace=0:no-info=1