From 8368fe54e88b3b82f3d5d818eee2b1082b96e05c Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sun, 29 Dec 2024 18:45:06 +0100 Subject: [PATCH] better messages --- fonctions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fonctions.sh b/fonctions.sh index 1a38e4f..c92d727 100644 --- a/fonctions.sh +++ b/fonctions.sh @@ -14,8 +14,8 @@ ffmpeg -nostdin \ -tune film \ $FILMNAME -echo "$SRCDIR encoded to $FILNAME" | tee -a WS/log -wc -c full.mp4 | tee -a WS/log +echo "$SRCDIR -> $FILMNAME" | tee -a WS/log +wc -c $FILMNAME | tee -a WS/log }