Log in

View Full Version : AVS+ UtoY and VtoY behavior


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?

StainlessS
6th October 2016, 22:58
Not sure, think maybe has already been reported in AVS+ thread.

Galahad
6th October 2016, 23:06
Didn't find anything similar or related on https://github.com/AviSynth/AviSynthPlus/issues so decided to ask here

StainlessS
6th October 2016, 23:09
I think was a few weeks ago, I'll try to find in pub.
gotta dash.

EDIT: Had a look for it, not there, guess I must have imagined it.

Motenai Yoda
6th October 2016, 23:10
tried with avs+ x64 works as expected

raffriff42
7th October 2016, 01:47
tried with Avisynth+ x86 r2172, works as expected...