I have three 3gp file,and I use sox to combine them
sox --combine sequence C:\1.3gp C:\2.3gp C:\3.3gp C:\newaudio.3gp
but It’s show that “FAIL formats:no handler for file extension 3gp“
Its means that I have to install some extension?
I’m trying to do it with sox,Can anybody give me any suggestions ?
Or It’s possible do it with ffmpeg ?
3gpis a multimedia container and not supported bysox.You can extract the audio with
ffmpegand further process it withsoxalthoughffmpegcan also do a lot of audio processing.Here’s one way to convert the data to
wav, concatenate and convert back to3gp:Concatenate, maybe other things with
sox(sequence is default so no need to specify):Convert back to
3gp: