Log in

View Full Version : Difference between YV12toYUY2 and ConvertToYUY2 ??


bobby8798
15th March 2003, 10:13
Is there a difference in speed or usage between the commands
YV12toYUY2() and ConvertToYUY2() when applied in avisynth v2.5.1?

Assuming the default is in YV12 format already. Unless it is not?

sh0dan
15th March 2003, 11:54
ConvertToYUY2() should be faster - and chroma interpolation is different - I can't really tell how it's done in YV12ToYUY2 - all I can see is that the algorithm isn't exactly the same.

Furthermore ConvertToYUY2 supports all resolutions - YV12ToYUY2 only supports widths divideable with 16.

Other than that there is no significant difference.

(Made thread title a bite more readable)

bobby8798
15th March 2003, 21:44
thanks for the info sh0dan

:)