Talk:Convert
From Avisynth
> YUV planar (except "YV12 and options chromaplacement/chromasample disabled") -> YUY2 via YV16
> Suppose you have a YUY2 clip for example and you convert it to YV24 with the option chromasample set to true. The YUY2 will be converted to YV16 first with chromasample=false, and then from YV16 to YV24 with chromasample=true.
It contradicts a phrases:
ConvertTo...(clip [, bool interlaced] [, string matrix] [, string chromaplacement] [, string chromaresample])
and no parameter named chromasample. There is parameter named chromaresample.
- I cleaned it up. Thanks for reporting this. Wilbert 12:28, 24 April 2011 (UTC)

