Hi,
I would like to use the NVenc SDK instead of the CUDA old one.
I’m searching for the NALU configuration parameter:
NVVE_CONFIGURE_NALU_FRAMING_TYPE in the old SDK
Is it possible to set NALU size in nvenc???
Thanks
Hi,
I would like to use the NVenc SDK instead of the CUDA old one.
I’m searching for the NALU configuration parameter:
NVVE_CONFIGURE_NALU_FRAMING_TYPE in the old SDK
Is it possible to set NALU size in nvenc???
Thanks
I found a solution - I’m using ffmpeg to put a h264 stream into a MP4 container.
If I provide “Annex B” extradata (= SPSPPS returned by nvenc), ffmpeg will auto convert the Annex B stream into AVCC…
This works, but there is a CPU conversion :(