Chymerix
29th October 2011, 06:17
Hi,
I'm trying to use NeatVideo in conjunction with HDRAGC in Avisynth. The NeatVideo filter is configured to do some temporal filtering, and so has a preroll value of 5 frames.
HDRAGC has no temporal component and can begin processing immediately. The issue I'm encountering is that the preroll for the NeatVideo plugin seems to add some blank frames to the beginning of the clip. These blank frames cause the HDRAGC plugin to choose incorrect filter values and corrupt the initial few seconds of my video.
I've confirmed that everything works after removing the preroll, but I'd like to be able to use the temporal component of NeatVideo with HDRAGC. Does anyone have any ideas for getting these two filters to play nice with each other? I suspect that I have to delay the application of the HDRAGC filter somehow. I tried using ApplyRange, but I'm unable to pass parameter name-value pairs to the HDRAGC filter in the call to ApplyRange. Any help is appreciated.
Thanks!
I'm trying to use NeatVideo in conjunction with HDRAGC in Avisynth. The NeatVideo filter is configured to do some temporal filtering, and so has a preroll value of 5 frames.
HDRAGC has no temporal component and can begin processing immediately. The issue I'm encountering is that the preroll for the NeatVideo plugin seems to add some blank frames to the beginning of the clip. These blank frames cause the HDRAGC plugin to choose incorrect filter values and corrupt the initial few seconds of my video.
I've confirmed that everything works after removing the preroll, but I'd like to be able to use the temporal component of NeatVideo with HDRAGC. Does anyone have any ideas for getting these two filters to play nice with each other? I suspect that I have to delay the application of the HDRAGC filter somehow. I tried using ApplyRange, but I'm unable to pass parameter name-value pairs to the HDRAGC filter in the call to ApplyRange. Any help is appreciated.
Thanks!