Expand description

Modules

Structs

Different parameters for CUDA video encoder.
Struct providing information about video file format. :
VideoReader initialization parameters

Enums

Chroma formats supported by cudacodec::VideoReader.
Video codecs supported by cudacodec::VideoReader .
ColorFormat for the frame returned by nextFrame()/retrieve().
Deinterlacing mode used by decoder.
/////////////////////////////// Video Encoding //////////////////////////////////
cv::cudacodec::VideoReader generic properties identifier.

Constants

Y,UV (4:2:0)
UYVY (4:2:2)
Y,U,V (4:2:0)
YUYV/YUY2 (4:2:2)
Y,V,U (4:2:0)
Status of VideoReaderInitParams::allowFrameDrop initialization.
Set the ColorFormat of the decoded frame. This can be changed before every call to nextFrame() and retrieve().
Index for retrieving the decoded frame using retrieve().
Index for retrieving the extra data associated with a video source using retrieve().
FFmpeg source only - Indicates whether the Last Raw Frame (LRF), output from VideoReader::retrieve() when VideoReader is initialized in raw mode, contains encoded data for a key frame.
Number of raw packages recieved since the last call to grab().
Base index for retrieving raw encoded data using retrieve().
Status of VideoReaderInitParams::udpSource initialization.

Traits

Callbacks for CUDA video encoder.
Different parameters for CUDA video encoder.
Interface for video demultiplexing. :
Video reader interface.
Video writer interface.

Functions

Creates video reader.
Creates video reader.
Creates video writer.
Creates video writer.
Creates video writer.
Creates video writer.