PDA

View Full Version : [ubuntu] MP4 Codec for Ubuntu



John Private
July 1st, 2009, 01:30 AM
Where can I download a MP4 Codec for Ubuntu?

starcraft.man
July 1st, 2009, 03:35 AM
Where can I download a MP4 Codec for Ubuntu?

I think your confused. MP4 is a container, not a codec. It usually contains an h.264 video stream as well as audio. Wikipedia for the long explanation if you like.

As for playing back video of the type, I just install VLC, comes with everything needed. It's in the repos, if not, install all the restricted extras and you will get the codecs needed for totem to play. To use the following commands, please open a terminal (Applications > Accessories > Terminal) type em and push enter.

To install all the codecs and extras :


sudo aptitude install ubuntu-restricted-extras

To install VLC


sudo aptitude install vlc vlc-plugins-pulse

You can of course do both, that works equally well, then you have multiple options. If you need more info to understand installing, see my sig, an old tut I wrote but still valid.

John Private
July 1st, 2009, 04:35 AM
I think your confused. MP4 is a container, not a codec. It usually contains an h.264 video stream as well as audio. Wikipedia for the long explanation if you like.

As for playing back video of the type, I just install VLC, comes with everything needed. It's in the repos, if not, install all the restricted extras and you will get the codecs needed for totem to play. To use the following commands, please open a terminal (Applications > Accessories > Terminal) type em and push enter.

To install all the codecs and extras :


sudo aptitude install ubuntu-restricted-extrasTo install VLC


sudo aptitude install vlc vlc-plugins-pulseYou can of course do both, that works equally well, then you have multiple options. If you need more info to understand installing, see my sig, an old tut I wrote but still valid.Thanks seems like it is going to work perfectly I will tell you after I am done installing the files as I am doing them right now.

John Private
July 1st, 2009, 11:42 PM
Thanks seems like it is going to work perfectly I will tell you after I am done installing the files as I am doing them right now.Thanks it worked perfectly fine :D