User:Gonioul
This is a Wikimedia Commons user page.
If you find this page on any site other than Wikimedia Commons, you are viewing a mirror site. Be aware that the page may be outdated, and that the user this page belongs to may have no personal affiliation with any site other than Wikimedia Commons itself. The original page is located at https://commons.wikimedia.org/wiki/User:Gonioul.
|
![]() |
| |||||
|
Please send messages to my native french talk page, I check it more often...
I'm a over-catorizer, don't be afraid :p
Bookmarks
Paris transports
Rubber-tyred metro
SciFi
- Global Usage: http://toolserver.org/~magnus/glamorous.php
Image sources
User:Flickr upload bot - http://toolserver.org/~magnus/flickr2commons.php
Geocoding

Image transform
Tracking
Other
Video convertion
- ffmpeg -i A.MOV -vcodec copy -acodec pcm_s16le -ac 2 B.MOV
- ffmpeg2theora -x 320 -y 240 -v 10 -V 1536 --optimize -S 2 -a 10 -A 50
Suivi
Journaux
- cat /tmp/Journal\ d\'import\ de\ fichiers\ -\ Wikimedia\ Commons.html | grep ' a importé ' | perl -pi -e 's/^.*? title="(File:[^"]+?)( \(page inexistante\))?".*$/\1/' | sort -u | awk '{printf "* [[:%s]]\n", $0}' > /tmp/journalimports.wiki
- User:Gonioul/journalimports
Imports
- cat /tmp/Liste\ de\ fichiers\ -\ Wikimedia\ Commons.html | grep ' title="File:' | perl -pi -e 's/^.*? title="(File:[^"]+?)".*$/\1/' | sort -u | awk '{printf "* [[:%s]]\n", $0}' > /tmp/galleryimports.wiki
- User:Gonioul/galleryimports
Modifs
- diff /tmp/journalimports.wiki /tmp/galleryimports.wiki | grep -e '^[<>].*' | sed -e 's/^[<>] \(.*\)$/\1/' | sort -u > /tmp/diffimports.wiki
- User:Gonioul/diffimports