Difference between revisions of "Multimedia"
Line 41: | Line 41: | ||
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) | ||
+ | |||
+ | |||
+ | Linux installation | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | echo -e "\n\n $YELLOW >> Handbrake video (crop and convert) $WHITE \n" | ||
+ | add-apt-repository ppa:stebbins/handbrake-releases | ||
+ | apt-get update | ||
+ | apt-get install -y handbrake-gtk handbrake-cli | ||
+ | </syntaxhighlight> |
Revision as of 11:56, 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
echo -e "\n\n $YELLOW >> Handbrake video (crop and convert) $WHITE \n"
add-apt-repository ppa:stebbins/handbrake-releases
apt-get update
apt-get install -y handbrake-gtk handbrake-cli