[ Level One ] Watch mp4 video on Google Chrome on Ubuntu 12.04
When you install Google Chrome on Ubuntu 12.04,
you might not watch mp4 video by Chrome,
that's because you didn't install mpeg codec.
(Ex. The online courses of Coursera)
You could install ffmpeg-extra for chromium by apt-get command like below:
Wish this helps.
regards,
Stanley Huang
$ sudo apt-get -y install chromium-codecs-ffmpeg-extra $
Wish this helps.
regards,
Stanley Huang
Comments
Post a Comment