PDA

View Full Version : ReduceBy2 replacement for TMPG


scmccarthy
6th February 2003, 16:46
Or for anyone using the RGB color space.

*This filter is only useful as a replacement for ReduceBy for users who need to convert to the RGB color space anyway.* It avoids the interpolation of the chroma planes needed to convert to RGB by resizing the luma plane instead.

TMPG users:ConvertYV12ToRGBReduceBy2(RGB24=true) The default is:ConvertYV12ToRGBReduceBy2(false,5) This is the first filter where I provide a help file. The dll is compiled for P4, P3 only and this is an AviSynth 2.5 filter. This filter is meant to combine the ReduceBy2 filter with ConvertRGB starting from the YV12 color space only.

I strongly recommend this filter for TMPG users. It is fast enough that I can play it in WMP in real time. That is pretty much my standard for a filter: if it can't go faster than real time, then it is too slow. Actually, this is 40fps on my fast 1.8MHz CPU.

It is written entirely in C++, making it useful as an example program for programmers learning how to write 2.5 plugins. So that is the second group of people I can recommend this filter for. I learned how to do this filter by studying the AviSynth sources (which have C++ versions for non mmx computers), the MSDN YUV site, the original C sources for mpeg2dec, and ITU-R BT.601. It represents a study of color spaces in general that extends back a couple of years now.

Stephen

scmccarthy
6th February 2003, 16:49
I forgot to attach the file.

Stephen

ronnylov
22nd September 2003, 13:47
There is no file to download...

scmccarthy
28th September 2003, 03:21
@ronnylov

That is because I cannot post attachments.

Stephen

Wilbert
28th September 2003, 13:31
Mail it to wilbertdijkhof at yahoo dot com, then I will attach it for you :)

scmccarthy
7th October 2003, 18:33
If it is not too late, I am sending it to you now. Thank you Wilbert.

Stephen

Wilbert
7th October 2003, 20:53
Here it is: see below ...

Fahrbot
16th March 2006, 21:52
Does anybody still have this plugin? The link above does not work. HELP

Wilbert
16th March 2006, 22:19
Right-click, and save as ...

Fahrbot
16th March 2006, 22:49
If I do that all I'm saving is the yahoo page that says the page was not found. Are you sure the file still exists on the server?

Thanks

Wilbert
16th March 2006, 23:15
I attached it here :)

Fahrbot
16th March 2006, 23:48
:thanks: