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

The execution results of the same command line on different mobile phones are inconsistent, some succeeded, and some failed. #691

Closed androidGhost closed 3 years ago

androidGhost commented 3 years ago

The execution results of the same command line on different mobile phones are inconsistent, some succeeded, and some failed. For example, the following command line FFmpeg.execute("-i" + inputMp3 + "-ss" + start +" -t" + end + "" + outputAAC);