Ajout export en mp3 pour Marie-Odile

This commit is contained in:
Frédéric Couchet 2020-11-12 10:08:49 +01:00 committed by Frédéric Couchet
parent 5979bb4bd8
commit 0ce138c62b
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ capture()
echo "Kill attempting…"
kill -9 "$wgetpid"
echo "Kill done."
ffmpeg -i "$targetDirectory/output-$currentDate.ogg" "$targetDirectory/output-$currentDate.mp3"
}