Thread: VirtualDub2
View Single Post
Old 7th January 2017, 23:03   #126  |  Link
shekh
Registered User
 
Join Date: Mar 2015
Posts: 775
for input:
I am not sure about old 8-bit formats, have to look in source.
If in doubt it is here: https://github.com/shekh/VirtualDub2...rce/bitmap.cpp

fourcc formats:
YUVY
YUYV
YUY2
YV24
YV16
YV12
I420
IYUV
YVU9
Y8[32][32] (same as Y800)
Y800
v210
P216
P210
Y3[10][10] (AV_PIX_FMT_YUV422P10)
Y3[10][16] (AV_PIX_FMT_YUV422P16)
Y416
HDYC
NV12
b64a
BRA[64] (AV_PIX_FMT_BGRA64)

those in bold intersect with your list

most of it also works for output, with exception of P210,P216
__________________
VirtualDub2

Last edited by shekh; 8th January 2017 at 22:16.
shekh is offline   Reply With Quote