easyfab
20th October 2002, 10:27
Is there an optimized Lanczosresize filter for VB ?
I have one from kazuhiro Mogi but it's a very slow one compared of the AVS lanczosresize.
My goal is to use it for TV capture (720*576 or 480*576 -> 480*360 or better 512*384 encode in Mjpeg and with denoise filter).I want to encode this way because after many tests i found it's the better way.
The lanczosresize deinterlaced the video, keep it sharpen and autorized a good compressibility.
For the moment with blend, bicubicresize(0.75) 480*360 and denoise 1.0 at 2 i never lost a frame during the capture but with lanczosresize and without blend and denoise a can only encode at ~21fps.
Sorry for my poor english, and if someone has a clue it would be my savior.
I have one from kazuhiro Mogi but it's a very slow one compared of the AVS lanczosresize.
My goal is to use it for TV capture (720*576 or 480*576 -> 480*360 or better 512*384 encode in Mjpeg and with denoise filter).I want to encode this way because after many tests i found it's the better way.
The lanczosresize deinterlaced the video, keep it sharpen and autorized a good compressibility.
For the moment with blend, bicubicresize(0.75) 480*360 and denoise 1.0 at 2 i never lost a frame during the capture but with lanczosresize and without blend and denoise a can only encode at ~21fps.
Sorry for my poor english, and if someone has a clue it would be my savior.