pdottz
20th May 2004, 17:04
I have a avisynth script setup that does this for me.
LoadPlugin("C:\PROGRA~1\GORDIA~1\KernelDeInt.dll")
ColorYUV(levels="PC->TV")
KernelDeInt(order=1,sharp=true)
in between LoadPlugin and ColorYUV is where my avisource tag goes.
I cap lots of toons and usually cut about 15 - 20 of them into separate avs files. cutting and pasting the above around my avisource gets tiring.
What Im asking is if there is a program that can add these lines in the proper spots in my cut avs files?
LoadPlugin("C:\PROGRA~1\GORDIA~1\KernelDeInt.dll")
ColorYUV(levels="PC->TV")
KernelDeInt(order=1,sharp=true)
in between LoadPlugin and ColorYUV is where my avisource tag goes.
I cap lots of toons and usually cut about 15 - 20 of them into separate avs files. cutting and pasting the above around my avisource gets tiring.
What Im asking is if there is a program that can add these lines in the proper spots in my cut avs files?