md-vs-docx

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 |

commit b7bdc4260ef48edcd447d9b08a239b4813947b66
parent 580cd7aa34a70a65f82f980a7f0b3412be164952
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Wed, 23 Jul 2025 10:03:23 +0200

Un script pour enregistrer l'écran avec ffmpeg

Diffstat:
Ascreengrab | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/screengrab b/screengrab @@ -0,0 +1,10 @@ +#! /bin/sh + +ffmpeg \ + -f x11grab \ + -framerate 30 \ + -i :0.0 \ + -s "1920x1080" \ + -threads 4 \ + blabla.mp4 +