Difference between revisions of "Multimedia"

 
(9 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
[[File:Icon multimedia.png|64px|caption|Multimedia]] Few multimedia tricks for your local computer | media center ! ;)
 
[[File:Icon multimedia.png|64px|caption|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, ...
 +
 +
[[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=
  
[[XBMC setup]]
+
[[Kodi setup|Kobi (XBMC) setup]]
 
 
[[Popcorn Time]]
 
  
  
Line 16: Line 31:
  
 
=Photos=
 
=Photos=
 +
  
 
[[Photo]]
 
[[Photo]]
Line 21: 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 21:19, 30 May 2017


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


ToBeDone: Remote control WinMCE6 on Ubuntu 14.04 + intel NUC


Photos

Photo


Videos

OpenShot

Simple yet powerful little editor.


KDEnLive

Very good tool to create custom videos.

More information on:

# 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