From 5af2639c824f45246ec31ae15d09ef0dbd3b7ab0 Mon Sep 17 00:00:00 2001 From: jan Date: Wed, 19 Jan 2022 19:54:50 +0100 Subject: [PATCH] Design changes --- vithumbs.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/vithumbs.sh b/vithumbs.sh index 0df2b16..7745c28 100755 --- a/vithumbs.sh +++ b/vithumbs.sh @@ -52,11 +52,13 @@ for (( VARIABLE=0; VARIABLE>${TMPDIR}metadata.txt @@ -77,5 +79,5 @@ finalheight=$(echo "$scaledheight+$METADATA_PX" | bc) # Add Metadata ffmpeg -f lavfi -i color=black:${SIZE}x${finalheight} -i ${TMPDIR}th.png \ --filter_complex "[0:v][1:v] overlay=0:$METADATA_PX,drawtext=$FONT:fontsize=20:fontcolor=white:x=10:y=10:textfile=${TMPDIR}metadata.txt" \ +-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