Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

你好,请问音频裁剪,直接替换demo 中得path 就可以吗,我替换了一个.mp3 音频文件,报错为 onError:找不到输入文件 #13

Closed
lxb89 opened this issue Jan 24, 2019 · 4 comments

Comments

@lxb89
Copy link

lxb89 commented Jan 24, 2019

No description provided.

@microshow
Copy link
Owner

音频裁剪:-ss是开始时间; -t是持续时长
ffmpeg -y -i /storage/emulated/0/1/input.mp3 -ss 00:00:00 -t 00:00:05 /storage/emulated/0/1/result.mp3

@microshow
Copy link
Owner

可以使用Gradle依赖:)
dependencies {
implementation 'com.github.microshow:RxFFmpeg:1.2.2'
}

@lxb89
Copy link
Author

lxb89 commented Apr 12, 2019

好的,多谢

@microshow
Copy link
Owner

可以更新V2.0.0版本,速度嗖嗖的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants