1

I'm trying to convert some m4a sounds to mp3 using Sound Convert but I get the following error:

Python (v2.7) requires to install plugins to play media files of the following type: Apple Lossless Audio (ALAC) decoder

I have also installed the following plugin:

gstreamer0.10-plugins-ugly

samix73
  • 111
  • 2
  • `ffmpeg -i my.m4a -acodec mp3 -ac 2 -ab 192k my.mp3` ? –  Nov 22 '15 at 10:31
  • ...or `avconv -i input.m4a ouptut.mp3`. If not yet istalled -> (apt-get install libav-tools) –  Nov 22 '15 at 10:35

0 Answers0