tanersener / mobile-ffmpeg

FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
https://tanersener.github.io/mobile-ffmpeg
GNU General Public License v3.0
3.85k stars 787 forks source link

相同命令行在不同手机的表现(小米手机执行失败) #688

Closed androidGhost closed 3 years ago

androidGhost commented 3 years ago

FFmpeg.execute("-i " + inputMp3 + " -ss " + start + " -t " + end + " " + outputAAC); 小米手机测试调用改命令行失败,其它手机则可以