| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
| convertit [Le 29/04/2009, 17:28] – et installez le > et installez-le Canigou 66 | convertit [Le 03/08/2017, 11:05] (Version actuelle) – supprimée 81.48.164.174 |
|---|
| {{tag>audio video photo}} | |
| ---- | |
| |
| |
| ====== ConvertIT ====== | |
| |
| Convertit est une interface graphique qui permet l'utilisation facile de programmes tels que ffmpeg ou mencoder. Il encode une multitude de fichiers. Son interface permet à l'utilisateur lambda de modifier les commandes d'encodage ou d'en rajouter en quelques clics 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 [[:depots#medibuntu | le dépôt medibuntu activé]]. | |
| |
| [[apt://ffmpeg2theora,mencoder,mplayer,w32codecs,libogg0,libogg-dev,libvorbis0a,libvorbis-dev,vorbis-tools,mp32ogg,ffmpeg,imagemagick,youtube-dl,poppler-utils,gambas2|{{apt.png|Installation automatique}}]] Puis [[:tutoriel:comment_installer_un_paquet|installez les paquets]] **ffmpeg2theora mencoder mplayer w32codecs libogg0 libogg-dev libvorbis0a libvorbis-dev vorbis-tools mp32ogg ffmpeg imagemagick youtube-dl poppler-utils gambas2** | |
| |
| <note tip>[[apt://ffmpeg2theora,mencoder,mplayer,w64codecs,libogg0,libogg-dev,libvorbis0a,libvorbis-dev,vorbis-tools,mp32ogg,ffmpeg,imagemagick,youtube-dl,poppler-utils,gambas2|{{apt.png|Installation automatique}}]] Si vous avez installé la version AMD64 d'Ubuntu, remplacez le paquet **w32codecs** par **w64codecs** dans la liste ci-dessus.</note> | |
| |
| |
| ===== Installation ===== | |
| |
| ==== Les sources ==== | |
| |
| Téléchargez les sources : [[http://www.sciallo.net/modules/archivio/archivi/MultimediaConverter/MultimediaConverterDEV.tar.gz|MultimediaConverterDEV.tar.gz]] | |
| |
| FIXME | |
| |
| ==== Paquet .deb - en construction ==== | |
| |
| téléchargez le paquet : [[http://www.sciallo.net/modules/archivio/archivi/MultimediaConverter/Convertit.deb|Convertit.deb]] | |
| |
| et installez-le, simplement par double-clic. → [[:tutoriel:comment_installer_un_paquet|installez un paquet]] | |
| |
| ==== Dépôt - en construction ==== | |
| |
| Ensuite [[tutoriel:comment_modifier_sources_maj|ajoutez ce dépôt]] : | |
| |
| <file>deb http://www.sciallo.net/UbuntuRepo/myrepo binary/</file> | |
| |
| [[apt://convertit|{{apt.png|Installation automatique}}]] [[:tutoriel:comment_installer_un_paquet|Installez le paquet]] **convertit** | |
| |
| |
| |
| |
| |
| |
| ===== Fonctions supplémentaires ===== | |
| |
| Pour égaliser 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}' | |
| |
| ===== Image ===== | |
| |
| {{image:capture-convertit.png?770}} | |
| |
| ---- | |
| //Contributeurs: FIXME , The_Doctor ,[[utilisateurs:Fabien26]].// | |