Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Did you try to convert the mp3 to raw PCM audio before cutting it ? I don't thing you can manipulate mp3 without decompressing it first. Commented Nov 29, 2020 at 21:48
  • I haven't tried that. Could you show me how it's done? I am pretty new to this. Or a reference would be helpful Commented Nov 29, 2020 at 23:58
  • The first thing you should do is to convert your file to a .wav file (if you don't have an application for that there are plenty of websites doing that online) and try again with ffmpeg.input('input.wav) instead to see if the problem is really there. Commented Nov 30, 2020 at 9:07