Accelerated HW Decoding with FFMpeg

I would like to use the HW accelerated decoder available on the Jetson Orin 64GB DevKit as mentioned in Welcome — Jetson Linux<br/>Developer Guide 34.1 documentation and by @DaneLLL in this post Hardware accelerated video playback with L4T ffmpeg - #7 by DaneLLL

When I attempt this, I get the following error:

I also attempted to apply the patch mentioned here [FFmpeg-devel] [PATCH] ffmpeg:Accelerated hardware decode support on Jetson but its definitely not applying to the latest release. Which branch should I checkout from?

More info on the platform setup:

Hi,
Please refer to Jetson AGX Orin FAQ

Q: Is hardware acceleration enabled in ffmpeg?

I am following the steps to build ffmpeg from source code. I am unable to download the source code. https://repo.download.nvidia.com/jetson/ffmpeg is not a valid link and I cannot find anything related to ffmpeg in your repo. Am I missing something here?

Hi,
We can download the package:

ffmpeg_src$ apt source ffmpeg
Reading package lists... Done
Need to get 9,139 kB of source archives.
Get:1 https://repo.download.nvidia.com/jetson/ffmpeg main/main ffmpeg 7:4.2.7-nv
idia (dsc) [592 B]
Get:2 https://repo.download.nvidia.com/jetson/ffmpeg main/main ffmpeg 7:4.2.7-nv
idia (tar) [9,138 kB]
Fetched 9,139 kB in 2s (5,218 kB/s)
dpkg-source: info: extracting ffmpeg in ffmpeg-4.2.7
dpkg-source: info: unpacking ffmpeg_4.2.7-nvidia.tar.xz

Please follow the steps one by one and see if you can download it.

Hi,

I followed the steps and I still get the following error.

I can see in your prompt that its fetching the source code from main/main correctly whereas in my case its searching for a Release which does not exist.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.