From 0ce138c62bf2bf13a64bc92af933c34a12de01cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Couchet?= Date: Thu, 12 Nov 2020 10:08:49 +0100 Subject: [PATCH] Ajout export en mp3 pour Marie-Odile --- wgetauto/wgetauto | 1 + 1 file changed, 1 insertion(+) diff --git a/wgetauto/wgetauto b/wgetauto/wgetauto index eadf26f..ba7fa63 100755 --- a/wgetauto/wgetauto +++ b/wgetauto/wgetauto @@ -28,6 +28,7 @@ capture() echo "Kill attempting…" kill -9 "$wgetpid" echo "Kill done." + ffmpeg -i "$targetDirectory/output-$currentDate.ogg" "$targetDirectory/output-$currentDate.mp3" }