stackoverflow.com/q/1390731/1849998

Following this question I decided to use ffmpeg to crop MP3s. On another question I found this way of doing it:

ffmpeg -t 30 -acodec copy -i inputfile.mp3 outputfile.mp3

The problem is that I do...


Comments (0)

Sign in to post comments.