3

I'm experiencing the same problems on 2 machines with 12.04 (with beta2 AND yesterday final release); MP4 files don't play in default movie player and mp3 quality and timing seem poor. Installing medibuntu packages and restricted extras didn't solve.

The only player that seems to work fine for me is VLC.

I didn't have these problems in 11.04 and 11.10

jokerdino
  • 41,320
user57418
  • 31
  • 1
  • 1
  • 2
  • i have the same problem, but only with some mp4 files. Obviously these are large so i can't really post it here. Is there a way to know more precise information about a given mp4 file? – user2413 May 09 '12 at 09:46
  • @user2413 Besides looking at the information your audio player tells you (which might be very little, if it doesn't support the filetype or encoding), you can use the file command to find information about the format and encoding of files of many types, including most audio/multimedia types. For more info one getting information about media and/or other files, I recommend posting a new question. – Eliah Kagan Jun 02 '12 at 20:20

2 Answers2

2

You are probably effected by the gstreamer bug. I had similar problems with 12.04 despite the same files being playable in previous versions.I followed this fix and got my mp4/mp3 back

https://askubuntu.com/a/143374/71679

damien
  • 2,096
1

You might try reinstalling the Ubuntu restricted extras.

Open a terminal window, and type in:

sudo apt-get install ubuntu-restricted-extras

There's some more information on codecs and plugins on the ubuntu site: https://help.ubuntu.com/community/RestrictedFormats

Please keep in mind that linux mp3 and mp4 plugins are relatively low quality to begin with, and that VLC has it's own plugins built in, and so that's why playback isn't affected using VideoLan. If you're an audiophile, perhaps the purchase of high quality codecs would be a good investment, though I don't find much wrong with the codecs that are in the restricted extras package.

Cheers!

Xernicus
  • 219
  • 1
  • 2
  • 1
    I just installed restricted extras exactely with that command and didn't solve. Bad quality, I mean, really bad, unusable. This about MP3. MP4 movies don't play at all. – user57418 Apr 27 '12 at 20:09