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 }