PDA

View Full Version : Bug in version 2.50 beta?


SILICON
4th February 2003, 23:41
Y try one program for capture a frame of avisynth. This programa only accept video uncompresed in RGB24 format.

This scrip work ok:

version()
ConvertToRGB24()


But this one, fails:

version()
ConvertToYUV2()
ConvertToRGB24()


The output in the scrips will be the same, isn't it?

I atach teh programa, bats and scrips for testing purposes. I asked to autor for the source code, but i don't have now. When i have it, i send you the code.

żis a avisynth bug?


Sorry by mi english

neuron2
5th February 2003, 00:56
ConvertToYUY2() not ConvertToYUV2().