2024年12月4日星期三 上午1:04:49

树莓派编译安装 FFmpeg(添加 H.264 硬件编解码器支持)

2 年 前
#207 引用
树莓派编译安装 FFmpeg(添加 H.264 硬件编解码器支持)

FFmpeg 是一套开源的音视频编解码库,有非常强大的功能,包括视频采集功能、视频格式转换等。众所周知视频编解码是一个非常消耗系统资源的过程,而树莓派自带了 H.264 的硬件编解码器,因此本文将详解在树莓派配置 FFmpeg 使其支持硬件编解码器并编译安装的过程。
https://www.cnblogs.com/HintLee/p/9499414.html
0
1 年 前
#20942 引用
Compiling FFmpeg on the Raspberry Pi
https://pimylifeup.com/compiling-ffmpeg-raspberry-pi/

FFmpeg is an open-source project that consists of a considerable range of libraries.

These libraries are designed to deal with a variety of multimedia formats, whether that be an image, video, or audio format.

One of the best things about FFmpeg is that it can be compiled across a wide variety of devices, including the Raspberry Pi.
0