背景:
用到摄像头的,现在基本都要转下视频流,所以FFmpeg就成了必选
安装
安装FFmpeg倒是挺简单的
打开ffmpeg官网下载
下载高点的版本
然后解压就行
tar -xvf
最后就可以运行了
可以加个软连接
cd /usr/bin
ln -s /home/software/ffmpeg-xxx/ffmpeg ffmpeg
ln -s /home/software/ffmpeg-xxx/ffprobe ffprobe
用到摄像头的,现在基本都要转下视频流,所以FFmpeg就成了必选
安装FFmpeg倒是挺简单的
打开ffmpeg官网下载
下载高点的版本
然后解压就行
tar -xvf
最后就可以运行了
可以加个软连接
cd /usr/bin
ln -s /home/software/ffmpeg-xxx/ffmpeg ffmpeg
ln -s /home/software/ffmpeg-xxx/ffprobe ffprobe