cropsly / ffmpeg-android-java

Android java library for FFmpeg binary compiled using https://github.com/writingminds/ffmpeg-android
http://writingminds.github.io/ffmpeg-android-java
GNU General Public License v3.0
3.32k stars 830 forks source link

list.txt file concat into one output.mp3 #357

Open gianttlab opened 4 years ago

gianttlab commented 4 years ago

Using this command line "-f concat -safe 0 -i mylist.txt -c copy output.wav" concat .txt file .mp3 file paths into one output.mp3 file but it is generate one audio file in output.mp3 remaing added but not playing all it show s error. please resolve my issue.