Thread: VirtualDub2
View Single Post
Old 11th January 2017, 10:50   #136  |  Link
shekh
Registered User
 
Join Date: Mar 2015
Posts: 775
It is easy to find by yourself, look here https://github.com/shekh/VirtualDub2...c/h/vd2/plugin

Quote:
kPixFormat_XRGB64 = 57,
kPixFormat_YUV444_Planar16 = 58,
kPixFormat_YUV422_Planar16 = 59,
kPixFormat_YUV420_Planar16 = 60,
kPixFormat_Y16 = 61,
kPixFormat_XYUV64 = 62,
I wanted to stop format explosion, so only 1 format for all colorspaces. Colorspace matrix/range identifiers are attached as metadata to Pixmap.
These are not expected to vary per-frame, and I have no clear plan how to communicate with filter about them. Open for ideas.

edit:
not all formats are meant for filter processing.
Currently only
kPixFormat_XRGB64
kPixFormat_YUV444_Planar16
kPixFormat_YUV422_Planar16
kPixFormat_YUV420_Planar16

edit:
NV12, I8, etc were set before me.
__________________
VirtualDub2

Last edited by shekh; 11th January 2017 at 10:53.
shekh is offline   Reply With Quote