Thread: Avisynth+
View Single Post
Old 6th January 2017, 12:47   #2783  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,314
Quote:
Originally Posted by Wilbert View Post
This function is redundant. Please use IsInterleaved(clip) and IsRGB(clip) instead. (There is no IsPackedYUV(clip) either.)

and similarly IsPlanar(clip) and IsRGB(clip) / IsYUV(clip).
I think you are right, IsYUV does not follow this logic, as it applies to YUY2, too.

Quote:
Originally Posted by Wilbert View Post
With respect to this post: http://forum.doom9.org/showthread.ph...46#post1791946

I think it would be great if (at least) the formats RGB64, YUV422P10 and YUV422P16 would be exposed through the VfW interface. Then we can open such scripts in Virtualdub and encode straight to MagicYUV (without any color conversion).
BGR[48] and BRA[64] is already available, ignus2 has done it
https://github.com/pinterf/AviSynthP...c6ee125243c82c
pinterf is offline