Log in

View Full Version : Optimizing AVS files in next version?


warthawg
18th February 2002, 00:52
From the Decomb3.1 Readme:



Don't Invoke an Avisynth Strangeness: This one is very important and can easily cost you a 25% speed penalty! It appears that Avisynth has a strangeness that causes it to waste enormous amounts of time when there are no parentheses with the commands. For example, this script:

Telecide
Decimate

...will run much slower than this one:

Telecide()
Decimate()

While encoding a hybrid NTSC/Film DVD, i noticed that the AVS files created by DVD2SVCD are using the first mentioned method. I was just wondering if there are plans to address this in the next version? (Since it wasnt listed in the currently made changes for 1.0.7).

Thanks for your time and keep up the good work! :D

DDogg
18th February 2002, 01:13
Thanks for the reminder. He has had a ton on his mind with the TMPG stuff but I am sure he has or plans to do this.

dvd2svcd
18th February 2002, 08:13
Did it the same day I saw the post ;)

warthawg
18th February 2002, 16:49
As usual, EXCELLENT work! So many thanks for doing such awesome work! Looking forward to grabbing next version :)