Difference between revisions of "Multimedia"
Line 46: | Line 46: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | |||
add-apt-repository ppa:stebbins/handbrake-releases | add-apt-repository ppa:stebbins/handbrake-releases | ||
apt-get update | apt-get update | ||
apt-get install -y handbrake-gtk handbrake-cli | apt-get install -y handbrake-gtk handbrake-cli | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 11:57, 7 February 2015
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
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