android 混音 源码,FFmpegAndroid android 端基于 FFmpeg 实现音频剪切、拼接、转码、混音、编解码;视频剪切、水印、截图、转码、编 @codeKK c开源站...

android 端基于 FFmpeg 库的使用

添加编译 ffmpeg、shine、mp3lame、x264 源码的参考脚本

目前音视频相关处理:

音频剪切、拼接

音频混音

音频转码

音视频合成

音频抽取

音频解码播放

音频编码

视频抽取

视频剪切

视频转码

视频截图

视频降噪

视频抽帧

视频转 GIF 动图

视频添加水印

视频画面拼接

视频反序倒播

视频画中画

图片合成视频

视频解码播放

本地直播推流

实时直播推流

音视频解码播放

FFmpeg 的 AVFilter 滤镜

使用 mp3lame 库进行 mp3 转码

视频拖动实时预览

moov 往前移动

ffprobe 检测多媒体格式

IjkPlayer 的 RTSP 超低延时直播

Usage:

(1) Transform video format:

Select video file which you want to transform, and setting the output path.

The simple command like this:

ffmpeg -i %s -vcodec copy -acodec copy %s

You could appoint the encoder, like this:

ffmpeg -i %s -vcodec libx264 -acodec libmp3lame %s

You could transform the video resolution, like this:

ffmpeg -i %s -s 1080x720 %s

(2) Probing media format:

Select video or audio file from your file explorer, and click the button.

When it finishes probing, the result of metadata will display on screen.

Preview thumbnail when seeking:

fe725330f817cf4374e9cb2997b08279.gif

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值