Des notes au sujet de l'indexation pour la thèse - retour accueil
git clone git://bebou.netlib.re/md-vs-docx
Log | Files | Refs |
screengrab (108B)
1 #! /bin/sh 2 3 ffmpeg \ 4 -f x11grab \ 5 -framerate 30 \ 6 -i :0.0 \ 7 -s "1920x1080" \ 8 -threads 4 \ 9 blabla.mp4 10