View Full Version : Is it possible to alter the default avisynth script?
djloewen
3rd September 2007, 03:09
I've been using Gordian Knot for a little while now. There are a few tweaks I like to make to the Decomb settings when using IVTC, and I find it frustrating that I have to hit "edit" and type(/paste) the changes each time. Is there a way I can just add my tweaks to the default text somehow so that it just loads them up automatically?
djloewen
5th September 2007, 18:59
To be more specific:
When I encode a video with Gordian Knot, it generates a .avs file. One of the lines in this file reads
#Telecide(order=1,guide=1).Decimate()
and if I select the "ivtc" option it removes the "#", thus activating the line. I would like to change that line to
#Telecide(guide=1,vthresh=20.0,blend=true).Decimate()
In particular, removing "order=1" would allow me to use the Decomb filter 5.2.2, which reads the order from aviSynth and therefore saves me the trouble of finding it out the hard way. I don't want to have to hit "edit" and change the line manually every time I encode a video. Does anyone know how/where I can change this line in the "default" script?
Also, if anyone happens to know that it's not possible, please let me know so I'm not waiting around for an answer!
kipico
6th September 2007, 23:48
Been discussed:
http://forum.doom9.org/archive/index.php/t-71193.html
djloewen
7th September 2007, 00:44
It seems I hadn't searched hard enough :). Thanks for the response.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.