Log in

View Full Version : Avisynth text appending?


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?

Guest
20th May 2004, 17:45
Here's a neat little tool that may help you.

http://tangentsoft.net/video/asynther/

You can right click on the AVI and generate a AVS referencing that AVI according to your own template. I don't recall if it has batch capability, perhaps it does.

pdottz
21st May 2004, 01:31
Neuron,
thats was EXACTLY what I needed. You dont know how much you helped me. thank :)took a few minutes to learn the way the script had to be written for the template. I just chalk it up to a learning experience. This program gets burned to my utilities disk tonight hehe.

Guest
21st May 2004, 02:46
It's always a joy for me to be able to help people with stuff like this.

Thanks for posting back with your assessment. It may inspire others to have a look at this oldie but goodie from Warren Young.