1ère méthode : ffmpeg -i videofile.flv video.avi 2ème méthode : #!/bin/sh BITRATE=1200 KEYINT=1 FPS=25 WIDTH=760 HEIGHT=576 INPUTFILE=$1 OUTPUTFILE=$2 mencoder $INPUTFILE -ffourcc DX50 -oac mp3lame -lameopts preset=standard -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=$BITRATE:autoaspect:keyint=$KEYINT:mbd=1:scplx_mask=0.1:vqmin=2:vqmax=10 -vf pp=lb,scale=$WIDTH:$HEIGHT -of avi -o $OUTPUTFILE

(X)HTML HTML 4.01 Specification (Traduction: http://www.la-grange.net/w3c/html4.01/) XHTML 1.0 The Extensible HyperText Markup Language (Traduction: XHTML 1.0) XHTML Basic (Traduction: XHML Basic ) XHTML Élémentaire (Traduction: XHTML Élémentaire) http://www.w3.org/QA/2002/04/valid-dtd-list.html CSS Cascading Style Sheets, level 1, Traduction : Recommandation CSS1 du W3C …

Recommendations (X)HTML + CSS + DOM Read more »

Quelques liens pour le passage de Debian en UTF-8 http://melkor.dnp.fmph.uniba.sk/~garabik/debian-utf8/howto.html http://www.cl.cam.ac.uk/~mgk25/unicode.html Pour convertir un répertoire complet au format UTF8 en partant d’ISO-8859-15 : (urpmi|aptitude|emerge|pacman|whatever) convmv convmv -r –nosmart –notest -f iso-8859-1 -t utf8 * Convertir un fichier en UTF-8 en …

Conversions ISO-8859-15 en UTF-8 Read more »

Vidéo sur l’accessibilite à l’université du Wisconsin La vidéo sur l’accessibilite à l’université du Wisconsin http://www.doit.wisc.edu/accessibility/video/screen_readers.asp http://www.doit.wisc.edu/accessibility/video/screen_magnification.asp http://www.doit.wisc.edu/accessibility/video/intro.asp Quelques liens : http://www.assemblee-nationale.fr/12/dossiers/handicapes.asp#0401830304 http://www.adae.gouv.fr/article.php3?id_article=715&var_recherche=handicap http://www.w3.org/WAI/ http://www.w3.org/TR/WCAG20/ http://www.adae.gouv.fr/article.php3?id_article=246 http://openweb.eu.org/accessibilite/ http://openweb.eu.org/articles/accessibilite_numerique_pourquoi/ http://www.adae.gouv.fr Quelques exemples, tutoriels : http://www.la-grange.net/accessibilite/index.html http://www2.ville.montreal.qc.ca/accessimple/acs/accueil.shtm ( Étrange ! ) http://www.braillenet.org/accessibilite/guide/table.htm …

Accessibilté des sites internet Read more »

fakeroot make-kpkg clean fakeroot make-kpkg –revision nom_de_la_machine_cible.numéro_de_version kernel_image fakeroot make-kpkg –added_modules=truc –added_patches=bordel –revision 0 linux-h.y.u puis un simple : sudo dpkg -i kernel-image-2.6.X_nom_de_la_machine_cible.numéro_de_version_amd64.deb Quelques liens : http://www.us.debian.org/doc/manuals/reference/ch-kernel.fr.html http://people.via.ecp.fr/~alexis/formation-linux/config-noyau.html Journal de ianux: de la compilation du noyau