Log in

View Full Version : TIVTC/RequestLinear


jase99
26th July 2009, 06:26
I use RequestLinear to speed up scripts where a temporal filter (such as ChubbyRain2) follows a slow filter (such as TempGausMC/nnEDI2). Usually it works as expected and in the script I'm currently working on it achieves a 400% speed increase. All good.

On some sources however RequestLinear stops with the message below and causes cnr2 (used by ChubbyRain2) to crash:

Avisynth error at frame 48:
RequestLinear: internal error (frame not cached)!

If I increase RequestLinear's parameter elim from the default (5) to 10 this problem does not occur.

Due to the "internal error" message I'm wondering if this is a bug in RequestLinear or it just means I should tweak the elim parameter as described. Any ideas?

tritical
25th August 2009, 16:50
If you are still having problems with this... I am thinking it is a bug. Could you run with debug=true and post the log. Also a script that causes the issue.