gpt4 book ai didi

ffmpeg - ffmpeg 是否支持 Jetson 平台上的 GPU 加速?

转载 作者:行者123 更新时间:2023-12-04 22:45:24 24 4
gpt4 key购买 nike

  • 我想在 Jetson-nano 上运行 ZoneMinder 作为 IP CAM 服务器,但 Jetson nano 似乎无法处理许多使用 ffmpeg 的摄像头用于解码。

  • 如果我在 ZoneMinder 上打开三个摄像头,CPU 使用率始终 100%,但 GPU 使用率是 0%,并且我无法打开更多摄像头。

没有硬件加速的FFMPEG?

在此discussion , NV版主说

ffmpeg with GPU support is not enabled on Jetson platform ...

我知道 NVENC/NVDEC 可以帮助 ffmpeg 硬件加速,但这些硬件 block 现在正在 CPU 上执行,而不是在 GPU 上执行。

jetson-nano 的自定义 FFMPEG 不支持 GPU 加速?

我找到了这个 jetson-ffmpeg repo ,这个 repo 可以使用GPU加速吗?因为我试了没用(还是用CPU的NVENC/NVDEC加速)。

如果Jetson nano上的GPU肯定不能支持ffmpeg加速,但是我想用ZoneMinder,有没有更好的办法解决这个问题?例如使用 GStreamer?

最佳答案

ffmpeg 支持已添加到 Jetson 平台。来自 nvidia's docs :

To install the ffmpeg binary package
•Enter these commands:
$ sudo apt install ffmpeg

To get source files for the ffmpeg package
•Enter this command:
$ apt source ffmpeg

To include the ffmpeg library in L4T builds
1.Add the following lines to /etc/apt/sources.list:
$ echo "deb https://repo.download.nvidia.com/jetson/ffmpeg main main" | sudo tee -a /etc/apt/sources.list
$ echo "deb-src https://repo.download.nvidia.com/jetson/ffmpeg main main" | sudo tee -a /etc/apt/sources.list
2.Enter the command:
$ sudo apt update

为了清楚起见,在标准 Jetson 图像上附加

deb https://repo.download.nvidia.com/jetson/ffmpeg main main

到你的/etc/apt/sources.list 文件,然后运行sudo apt update && sudo apt install ffmpeg.

关于ffmpeg - ffmpeg 是否支持 Jetson 平台上的 GPU 加速?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63479215/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com