From 3741d522e93fd80ca214fb7ef3058c4a2d6b0a08 Mon Sep 17 00:00:00 2001 From: jan Date: Wed, 19 Jan 2022 19:59:05 +0100 Subject: [PATCH] Changed final file name --- vithumbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vithumbs.sh b/vithumbs.sh index 9e14670..bdcbabb 100755 --- a/vithumbs.sh +++ b/vithumbs.sh @@ -80,7 +80,7 @@ finalheight=$(echo "$scaledheight+$METADATA_PX" | bc) # Add Metadata ffmpeg -f lavfi -i color=0x282828:${SIZE}x${finalheight} -i ${TMPDIR}tiled_resized.png \ -filter_complex "[0:v][1:v] overlay=0:$METADATA_PX,drawtext=$FONT:fontsize=20:fontcolor=0xEEEEEE:line_spacing=5:x=12:y=12:textfile=${TMPDIR}metadata.txt" \ --vframes 1 th${RANDOM}.png +-vframes 1 "${INPUT}_vithumbs.png" # Clean tempfiles rm -r $TMPDIR \ No newline at end of file