AMR to MP3 conversion with FFMPEG

前端 未结 3 1157
醉酒成梦
醉酒成梦 2020-12-29 07:31

I\'m trying to convert AMR audio files to MP3 using FFMPEG. I\'m running on Ubuntu 10.10 with VBox on Windows 7 host and i\'ve installed ffmpeg by running sudo apt-get

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-29 08:22

    Argh, those useless ubuntu questions regarding useless ubuntu packages.

    Converting AMR to MP3 using FFMPEG

    ffmpeg -i audio1.amr -ar 22050 audio1.mp3
    

    This will convert audio1.amr file to audio1.mp3 having audio rate 22.05 Khz

提交回复
热议问题