AMR to MP3 conversion with FFMPEG

前端 未结 3 1176
醉酒成梦
醉酒成梦 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:13

    My command for Thunar custom actions:

    ffmpeg -i *.amr -ar 12000 lastcall.mp3
    

    Appearance condition *.amr and bellow: "image file"

提交回复
热议问题