Difference between revisions of "Multimedia"

Line 46: Line 46:
  
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
echo -e "\n\n $YELLOW  >> Handbrake video (crop and convert) $WHITE \n"
 
 
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 12:57, 7 February 2015


Multimedia Few multimedia tricks for your local computer | media center ! ;)


Generic tools

Videos codecs

Here you'll find a bunch of tools that are useful in daily life: VLC, videos codecs, ...

Multimedia 'Survival' multimedia


File edition and diagrams

Here you'll find a bunch of tools that are useful in all situations: Gimp, Dia, ...

Graphical 'Survival' Graphical


Media center

Kobi (XBMC) setup

Popcorn Time


ToBeDone: Remote control WinMCE6 on Ubuntu 14.04 + intel NUC


Photos

Photo


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