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
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