logo Sign In

Post #1320131

Author
Charles Threepio
Parent topic
The Magic School Bus in 4K (1994-1997) (* unfinished project *)
Link to post in topic
https://originaltrilogy.com/post/id/1320131/action/topic#1320131
Date created
15-Jan-2020, 11:18 PM

FTW here’s the AVS script I’m currently running:

SetMemoryMax(512)
SetFilterMTMode(“DEFAULT_MT_MODE”, 2)
SetFilterMTMode(“FFVideoSource”, 3)
PluginPath = “C:\Users\-----\Downloads\MeGUI-2896-64\tools\avisynth_plugin”
LoadPlugin(PluginPath+“DCTFilter.dll”)
LoadPlugin(PluginPath+“Deblock-x64.dll”)
LoadPlugin(PluginPath+“masktools2.dll”)
Import(“C:\Users\-----\Downloads\Deblock_QED_MT2Mod.avsi”)
LoadPlugin(PluginPath+“ffms2.dll”)
LoadPlugin(PluginPath+“nnedi3.dll”)
FFVideoSource(“C:\Users\-----\Videos\The Magic School Bus\The Magic School Bus For Lunch.mov”).ConvertToYV12()
Deblock_QED(quant1=24, quant2=26, aOff1=1, aOff2=1, bOff1=2, bOff2=2, uv=3)
Blur(1.0)
nnedi3_rpow2(rfactor=8)
Sharpen(0.25)
LanczosResize(2880,2160)