Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

cudacodec::VideoReader returns 4 channels

Hi,

the regular video reader returns 3 channels (BGR) but the gpu version returns 4 channels for the same video. Is there any documentation that could help me understand what format is it returning them?

cudacodec::VideoReader returns 4 channels

Hi,

the regular video reader returns 3 channels (BGR) but the gpu version returns 4 channels for the same video. Is there any documentation that could help me understand what format is it returning them?

edit, I am on ubuntu 16.04, cuda 7.5, geforce 740M

cudacodec::VideoReader returns 4 channels

Hi,

the regular video reader returns 3 channels (BGR) but the gpu version returns 4 channels for the same video. Is there any documentation that could help me understand what format is it returning them?

edit, I am on ubuntu 16.04, cuda 7.5, geforce 740M

edit2: Further testing revealed that for a 1440x1080 video, it reads a frame of 1440x1088. It adds 8 rows to the bottom.