AnJoiner / FFmpegCommand

FFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等
https://juejin.cn/user/1046390797512814/posts
Apache License 2.0
811 stars 153 forks source link

是否能用在别的平台上,比如windows,mac,linux? #16

Closed lzy83925 closed 4 years ago

lzy83925 commented 4 years ago

这个工具是否能用在别的平台上,比如windows,mac,linux?

AnJoiner commented 4 years ago

当前工具只适用于Android平台。 Linux : sudo apt-get install ffmpeg 其他平台可以参考 FFmpeg-Build ,这上面是已经编译好的了