You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is a tracker for enabling Nvidia NVDEC based decoding ("cuvid" codec variants) within Streamer API.
It will require a version of ffmpeg with NVDEC support, which is not distributable, so users will have to compile ffmpeg by themselves. It's outlined here.
This issue is a tracker for enabling Nvidia NVDEC based decoding ("cuvid" codec variants) within Streamer API.
It will require a version of ffmpeg with NVDEC support, which is not distributable, so users will have to compile ffmpeg by themselves. It's outlined here.
Minimum
Allows to specify
"h264_cuvid"
as decoder, with CUDA-based resizing"resize=widthxheight"
option.Allows to convert decoded frame in NV12 format into Tensor format. NV12 is a variant of YUV format that NVDEC produces.
Allows to keep the decoded frame in CUDA memory.
Stretch
The text was updated successfully, but these errors were encountered: