From d0bd061b509090a3ada86711b7c1dd191ed1487e Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Mon, 20 Oct 2025 07:20:11 +0200 Subject: [PATCH] mute useless message --- tools/fonctions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fonctions.sh b/tools/fonctions.sh index 4668391..64519b5 100644 --- a/tools/fonctions.sh +++ b/tools/fonctions.sh @@ -38,7 +38,7 @@ ff_encodage() SRCDIR="$1" FILMNAME="$2" -echo "Encoding $SRCDIR to $FILMNAME" | tee -a WS/log +# echo "Encoding $SRCDIR to $FILMNAME" | tee -a WS/log ffmpeg -nostdin \ -y -r 30 -f image2 -i frames/${SRCDIR}/%05d.png \ -metadata artist='--[ tTh ]--' \