[FFmpeg-devel] [PATCH v2 3/3] avcodec/cuvid: introduce a ringbuffer to reattach additional data
Devin Heitmueller
devin.heitmueller at ltnglobal.com
Tue Dec 3 18:47:00 EET 2024
On Tue, Dec 3, 2024 at 9:57 AM Hendrik Leppkes <h.leppkes at gmail.com> wrote:
> The real question is, why are you using cuviddec instead of nvdec?
> side data would already pass through natively with nvdec, and other
> hwaccel-based decoders.
I suspect there could be benefits if your workload involves alot of
decoding and the GPU only has a single nvdec unit on it. Even if it's
less efficient to do it with CUDA, getting a graphics card with lots
of CUDA units could very well be cheaper than a card with multiple
nvdec fixed units on it (each of which might only be able to do 10-15
decodes depending on codec/resolution/framerate).
Devin
--
Devin Heitmueller, Senior Software Engineer
LTN Global Communications
o: +1 (301) 363-1001
w: https://ltnglobal.com e: devin.heitmueller at ltnglobal.com
More information about the ffmpeg-devel
mailing list