0

I have installed sound converter from Ubuntu 15.10 repository. But it is not working for MP4 to mp3.

Previous posts are not helping me to sort out this problem !!!

1 Answers1

0

You will get it by installing the gstreamer plugin containing the mp3 codec:

sudo apt-get install gstreamer0.10-plugins-ugly
Ossi Viljakainen
  • 489
  • 2
  • 5
  • 15