video:install_multimedia_codecs
Differences
This shows you the differences between two versions of the page.
video:install_multimedia_codecs [2017/04/03 14:41] – created peter | video:install_multimedia_codecs [2019/12/04 22:07] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Video - Install multimedia codecs ====== | ||
- | <WRAP todo> | ||
- | TODO: Check this is still working... | ||
- | </ | ||
- | |||
- | Codecs, is an important element when we are talking about playing and watching multimedia files. | ||
- | |||
- | Download the codecs source from [[http:// | ||
- | |||
- | Extract the downloaded archive. | ||
- | |||
- | <code bash> | ||
- | tar -xvjf all-20061022.tar.bz2 | ||
- | </ | ||
- | |||
- | Make 2 directories if they are not already exist. | ||
- | |||
- | <code bash> | ||
- | mkdir / | ||
- | mkdir / | ||
- | </ | ||
- | |||
- | Copy the content of the extracted directory to the newly created directory: | ||
- | |||
- | <code bash> | ||
- | cp all-20061022/ | ||
- | cp all-20061022/ | ||
- | </ | ||
- | |||
- | |||
- | Change the permission of the directories to 755 | ||
- | |||
- | <code bash> | ||
- | chmod 755 / | ||
- | chmod 755 / | ||
- | </ | ||
- | |||
- | |||
- | Test it by playing any video with your favorite media player. | ||
- | |||
- | |||
- | ===== References ===== | ||
- | |||
- | http:// |
video/install_multimedia_codecs.1491230484.txt.gz · Last modified: 2020/07/15 09:30 (external edit)