Difference between revisions of "Multimedia"
(2 intermediate revisions by the same user not shown) | |||
Line 23: | Line 23: | ||
=Media center= | =Media center= | ||
− | [[ | + | [[Kodi setup|Kobi (XBMC) setup]] |
− | |||
− | |||
Line 39: | 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) | A very useful tool to crop and convert | compress your videos: '''handbrake''' (https://handbrake.fr/downloads.php) | ||
Line 49: | Line 75: | ||
apt-get update | apt-get update | ||
apt-get install -y handbrake-gtk handbrake-cli | apt-get install -y handbrake-gtk handbrake-cli | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | |||
+ | |||
+ | =Scanner= | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | apt-get install simple-scan xsane | ||
</syntaxhighlight> | </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