Difference between revisions of "Multimedia"
(7 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
=Generic tools= | =Generic tools= | ||
− | [[File:Softwares multimedia icon.jpg|link=Useful programs - multimedia|64px|caption|Multimedia]] [[Useful programs - multimedia|multimedia tools]] | + | '''Videos codecs''' |
+ | |||
+ | Here you'll find a bunch of tools that are useful in daily life: VLC, videos codecs, ... | ||
+ | |||
+ | [[File:Softwares multimedia icon.jpg|link=Useful programs - multimedia|64px|caption|Multimedia]] [[Useful programs - multimedia|'Survival' multimedia]] | ||
+ | |||
+ | |||
+ | '''File edition and diagrams''' | ||
+ | |||
+ | Here you'll find a bunch of tools that are useful in all situations: Gimp, Dia, ... | ||
+ | |||
+ | [[File:Softwares graphical icon.png|link=Useful programs - graphical|64px|caption|Graphical]] [[Useful programs - graphical|'Survival' Graphical]] | ||
+ | |||
=Media center= | =Media center= | ||
− | [[ | + | [[Kodi setup|Kobi (XBMC) setup]] |
− | |||
− | |||
Line 21: | Line 31: | ||
=Photos= | =Photos= | ||
+ | |||
[[Photo]] | [[Photo]] | ||
Line 26: | Line 37: | ||
=Videos= | =Videos= | ||
+ | |||
+ | |||
+ | ==OpenShot== | ||
+ | |||
+ | Simple yet powerful little editor. | ||
+ | * Official website: http://www.openshot.org/download/ | ||
+ | |||
+ | |||
+ | ==KDEnLive== | ||
+ | |||
+ | Very good tool to create custom videos. | ||
+ | |||
+ | More information on: | ||
+ | * Official website: https://kdenlive.org/ | ||
+ | * Ubuntu FR setup page: https://doc.ubuntu-fr.org/kdenlive | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | # Application setup | ||
+ | sudo add-apt-repository -y ppa:kdenlive/kdenlive-stable | ||
+ | sudo apt update | ||
+ | sudo apt install -y kdenlive kde-runtime | ||
+ | sudo apt-get install -f | ||
+ | # more codecs | ||
+ | sudo apt-get install libmlt++3 libmlt-data libmlt6 | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | ==Handbrake== | ||
+ | |||
+ | A very useful tool to crop and convert | compress your videos: '''handbrake''' (https://handbrake.fr/downloads.php) | ||
+ | |||
+ | |||
+ | Linux installation | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | add-apt-repository ppa:stebbins/handbrake-releases | ||
+ | apt-get update | ||
+ | apt-get install -y handbrake-gtk handbrake-cli | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | |||
+ | =Scanner= | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | apt-get install simple-scan xsane | ||
+ | </syntaxhighlight> |
Latest revision as of 20:19, 30 May 2017
Few multimedia tricks for your local computer | media center ! ;)
Contents
Generic tools
Videos codecs
Here you'll find a bunch of tools that are useful in daily life: VLC, videos codecs, ...
File edition and diagrams
Here you'll find a bunch of tools that are useful in all situations: Gimp, Dia, ...
Media center
ToBeDone: Remote control WinMCE6 on Ubuntu 14.04 + intel NUC
Photos
Videos
OpenShot
Simple yet powerful little editor.
- Official website: http://www.openshot.org/download/
KDEnLive
Very good tool to create custom videos.
More information on:
- Official website: https://kdenlive.org/
- Ubuntu FR setup page: https://doc.ubuntu-fr.org/kdenlive
# Application setup
sudo add-apt-repository -y ppa:kdenlive/kdenlive-stable
sudo apt update
sudo apt install -y kdenlive kde-runtime
sudo apt-get install -f
# more codecs
sudo apt-get install libmlt++3 libmlt-data libmlt6
Handbrake
A very useful tool to crop and convert | compress your videos: handbrake (https://handbrake.fr/downloads.php)
Linux installation
add-apt-repository ppa:stebbins/handbrake-releases
apt-get update
apt-get install -y handbrake-gtk handbrake-cli
Scanner
apt-get install simple-scan xsane