▼
1.48 GB 1:40:26 HEVC 1440x1080 10 bit 25 fps 1913 kb/s DD 2ch 192 kb/s 48.0 kHz
1.43 GB 1:31:28 HEVC 1440x1080 10 bit 25 fps 2039 kb/s DD 2ch 192 kb/s 48.0 kHz colorsp.txt
-color_trc 2 -colorspace 2 -color_primaries 2
tvai.txt
scale=w=768:h=576,setsar=1,crop=w=736:h=570:x=10:y=3,tvai_up=model=dtd-4:scale=1:device=0:vram=1:instances=0,tvai_up=model=iris-2:scale=0:w=1440:h=1080:preblur=0:noise=0:details=0:halo=0.20:blur=0:compression=0:estimate=8:prenoise=0:blend=0: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
pipe.txt
yuv444p10
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("-")
ConvertToRGB24(interlaced = false)
ConvertToYV24(interlaced = false)
LoadPlugin("RemoveDirt\RemoveDirt.dll")
Import("RemoveDirt\RemoveDirtMC.avs")
Import("RemoveDirt\RemoveSpotsMC.avs")
RemoveSpotsMC()
Tweak(hue=0, sat=0.78, bright=0, cont=1, coring=false, dither=false)
sz = 48
LoadPlugin("AutoLevels\AutoLevels_x86.dll")
btb = sz
blr = sz
bf = last
ab = autolevels(bf,filterRadius=5,sceneChgThresh=10,ignore_low=0.008,ignore_high=0.008,output_low=0,output_high=220, border_t=btb, border_b=btb, border_l=blr, border_r=blr, autogamma=true)
Overlay(bf, ab, mode="blend", opacity=0.30)
LoadPlugin("WhiteBalance\WhiteBalance.dll")
st = last
co = coloryuv(autowhite = true)
Overlay(st,co, mode="blend", opacity=0.67)
Import("NonlinUSM\NonlinUSM.avs")
NonlinUSM(z=6, pow=1, str=0.05, rad=sz)
ffmpeg.txt
-vf hqdn3d=2:2:2:2 -c:v libx265 -x265-params sar=1:aq-mode=2:deblock=-3,-3:crf=21.5:interlace=0:no-info=1