Ceci est une ancienne révision du document !
ConvertIT
Convertit est une interface graphique qui permet l'utilisation facile de programme tels que ffmpeg ou mencoder. Il encode une multitude de fichier. Son interface permet à l'utilisateur lambda de modifier les commandes d'encodage ou d'en rajouter en quelque clic seulement.
Site officiel: http://www.sciallo.net/ConvertIT
Il existe une nouvelle version : convertit 2 : http://www.sciallo.net/ConvertIT2/Wiki/index.php?title=Installation
Pré-requis
En premier lieu il faut avoir le dêpot medibuntu activé.
Puis installez les paquets ffmpeg2theora mencoder mplayer w32codecs libogg0 libogg-dev libvorbis0a libvorbis-dev vorbis-tools mp32ogg ffmpeg imagemagick youtube-dl poppler-utils gambas2
Installation
Les sources
Téléchargez les sources: MultimediaConverterDEV.tar.gz
Paquet .deb - en construction
téléchargez le paquet: Convertit.deb
et installez le, simplement par double-clic. → installez un paquet
Dépot - en construction
Ensuite ajoutez ce dépôt :
deb http://www.sciallo.net/UbuntuRepo/myrepo binary/
Installez le paquet convertit
Fonctions supplémentaires
Pour égualiser l'histogramme des images :
- SECTION : photo
- FORMAT INPUT : ANY
- FORMAT OUTPUT : ANY
- TIP : Picture histogram equalization
- COMMAND : convert -equalize INPUT 'OUT-NOEXT.{PARAM1 Insert output format example :jpeg}'
Pour normaliser les couleurs des images :
- SECTION : photo
- FORMAT INPUT : ANY
- FORMAT OUTPUT : ANY
- TIP : Picture normalize (transform image to span the full range of color values)
- COMMAND : convert -normalize INPUT 'OUT-NOEXT.{PARAM1 Insert output format example :jpeg}'
Pour modifier le contraste et/ou le gamma des images :
- SECTION : photo
- FORMAT INPUT : ANY
- FORMAT OUTPUT : ANY
- TIP : Picture level (adjust the level of image contrast)
- convert -level {PARAM2 black-point % (higher increases contrast) - ex : 20}%,{PARAM3 white-point % (=100 - black-point %) - ex : 80}%,{PARAM4 gamma (optional) (must be less than 1) - ex : 0,8} Insert output format example :jpeg} INPUT 'OUT-NOEXT.{PARAM1 Insert output format example :jpeg}'