Thread: Avisynth+
View Single Post
Old 10th January 2017, 21:39   #2827  |  Link
shekh
Registered User
 
Join Date: Mar 2015
Posts: 775
"XYUV64 output is not implemented" is message from output (dubbing) part, why you see it?
Has nothing to do with raw/avs input.

I think there is misunderstanding, Y3[10][16] is not 16-bit YV16, it has YUV plane order while YV16 has YVU plane order.

Quote:
ConvertToYV16()
works (YV16)

Quote:
OPT_Enable_Y3_10_16 = true
ConvertToYV16().ConvertBits(16)
swapped

Quote:
OPT_VDubPlanarHack=true
OPT_Enable_Y3_10_16 = true
ConvertToYV16().ConvertBits(16)
correct

There is no reason for Y3[10][16] to be affected by VDubPlanarHack since it is brand new fourcc.
__________________
VirtualDub2
shekh is offline