Galahad
6th October 2016, 22:50
Recently switched from Avisynth MT to Avisynth+ x86 r2172 and noticed that UtoY() and VtoY() started to return exactly the same (didn't investigate yet which exactly, U or V) channel. Script:
MPEG2Source("Train.d2v", idct=5, cpu=0, cpu2="oooooo", upConv=1)
#Greyscale()
#UtoY()
VtoY()
I use the same script to extract individual channels, I just comment/uncomment one of three last lines. With Avisynth MT everything worked as expected.
The question is: is this a known behavior of Avisynth+ or am I missing something?
MPEG2Source("Train.d2v", idct=5, cpu=0, cpu2="oooooo", upConv=1)
#Greyscale()
#UtoY()
VtoY()
I use the same script to extract individual channels, I just comment/uncomment one of three last lines. With Avisynth MT everything worked as expected.
The question is: is this a known behavior of Avisynth+ or am I missing something?