Decrease logo font size, increase hashtag size - bitreich-tv - Meme TV encoding and streaming HTML git clone git://bitreich.org/bitreich-tv git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/bitreich-tv DIR Log DIR Files DIR Refs DIR Tags DIR LICENSE --- DIR commit ff1b613da3b6b5e53293350f1655052ce14df86b DIR parent acf6ca29394874f8f679761e1c4e17be8e849365 HTML Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 19 Aug 2020 06:29:59 +0200 Decrease logo font size, increase hashtag size Diffstat: M bin/brtv-generate-title-slides.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- DIR diff --git a/bin/brtv-generate-title-slides.sh b/bin/brtv-generate-title-slides.sh @@ -33,10 +33,10 @@ temp="$(mktemp).png" title_slide() { convert -font Courier -size "$video_resolution" "xc:${bgcolor}" \ - -gravity north -pointsize 32 \ - -draw "text 0,0 '$(cat "$logo")'" \ - -gravity south -pointsize 48 -fill "xc:${fgcolor}" \ - -draw "text 0,10 '${1}'" "$temp" + -gravity north -pointsize 22 \ + -draw "text 0,80 '$(cat "$logo")'" \ + -gravity south -pointsize 54 -fill "xc:${fgcolor}" \ + -draw "text 0,100 '${1}'" "$temp" ffmpeg -y \ -f lavfi \ -i anullsrc=r=48000 \