better messages

This commit is contained in:
Tonton Th 2024-12-29 18:45:06 +01:00
parent 2fa9a9918a
commit 8368fe54e8

View File

@ -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
}