Xodarap
18th October 2011, 04:21
(This is really an avisynth thread, but since I'm using megui, I figured I'd post it here)
This may be the result of fiddling around with SetMTMode, which is new to me. The "problem" (which I'm assuming is a problem because it seems wrong to me) is that I'm getting significantly faster encoding *with* TemporalSoften included than without.
Here's the rundown:
Script:
SetMemoryMax(1536)
SetMTMode(2,0)
FFVideoSource("...", threads=1).AssumeFPS(24000,1001)
TemporalSoften(2,2,2,5,2)
LanczosResize(720,400)
= 52.8 fps
If I remove the TemporalSoften line, I get about 33 fps. Not a small difference! Can someone explain to me why this is happening? Is this normal, or am I doing something wrong?
This may be the result of fiddling around with SetMTMode, which is new to me. The "problem" (which I'm assuming is a problem because it seems wrong to me) is that I'm getting significantly faster encoding *with* TemporalSoften included than without.
Here's the rundown:
Script:
SetMemoryMax(1536)
SetMTMode(2,0)
FFVideoSource("...", threads=1).AssumeFPS(24000,1001)
TemporalSoften(2,2,2,5,2)
LanczosResize(720,400)
= 52.8 fps
If I remove the TemporalSoften line, I get about 33 fps. Not a small difference! Can someone explain to me why this is happening? Is this normal, or am I doing something wrong?