I am trying to merge two mp3 files using this command:
ffmpeg -i "concat:/storage/emulated/0/Recordings/oneone.mp3|/storage/emulated/0/Recordings/twone.mp3" -c copy /storage/emulated/0/Recordings/concated.mp3
but get this error:
"concat:/storage/emulated/0/Recordings/oneone.mp3|/storage/emulated/0/Recordings/twone.mp3": No such file or directory
Even though the both files exist in the directory. I have written this command according to the documentation: https://trac.ffmpeg.org/wiki/Concatenate#protocol
How do I fix this? Please help me.
Are you sure you have read and write permissions on the device? Because from my experience the below command works perfectly fine.