Springboot 集成 FFmpeg 获取视频、音频、图片(宽高、时长、封面、视频转码)

FFmpeg 官网: https://ffmpeg.org

FFmpeg在Windows下的安装:https://blog.csdn.net/wang_shu_/article/details/139981355

需求

  1. 上传文件
    1. 视频获取宽高、时长、封面
    2. 音频获取时长
    3. 图片获取宽高
    4. 非MP4格式视频需转码为MP4存储,用于后续web端预览,其他格式可能出现兼容性文档

Linux安装FFmpeg:

sudo add-apt-repository ppa:jonathonf/ffmpeg-4
sudo apt-get update
sudo apt-get install ffmpeg
ffmpeg -version

Springboot 集成

  1. 添加 pom 依赖

    	<dependency>
                <groupId>ws.schild</groupId>
                <artifactId>jave-all-deps</artifactId>
                <version>3.3.1</version>
                <exclusions>
                    <!-- 排除不需要的平台依赖 -->
                    <exclusion>
                        <groupId>ws.schild</groupId>
                        <artifactId>jave-nativebin-win32</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>ws.schild</groupId>
                        <artifactId>jave-nativebin-linux32</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>ws.schild</groupId>
                        <artifactId>jave-nativebin-osx64</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>ws.schild</groupId>
                        <artifactId>jave-nativebin-osxm1</artifactId>
                    </exclusion>
                    <exclusion>
                   
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值