2

I have mp3 file but while recording mp3 file they give 10 secs of blank and we need to crop this blank from mp3 file

any suggestion for editing or cropping mp3 files or any commandline ?

thanks

melic
  • 390
  • 4
    ffmpeg -i InputFile -vn -acodec copy -ss 00:00:00 -t 00:01:32 OutputFile

    this command line solved my problem thanks for your kind replies

    – melic Jun 20 '17 at 11:15
  • It may be answered elsewhere, but this result showed up my google search. – Owl Mar 29 '20 at 19:54

2 Answers2

1

Kdenlive is a nice video editing program. it is available in the repo sudo apt-get install kdenlive

ravery
  • 6,874
1

I'd recommend audacity for audio files (inc. mp3). It's not command line (or at least I've never used it that way) but gui, handling ogg vorbis, mp2, mp3, wav, aiff, and eu.

guiverc
  • 30,396