Remove duplicate ffmpeg option and fix style - bitreich-tv - Meme TV encoding and streaming
(HTM) git clone git://bitreich.org/bitreich-tv git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/bitreich-tv
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) LICENSE
---
(DIR) commit 9712aec3da3a8dd8e17f8626c138ae12c26e9c8c
(DIR) parent 60592b8f08f20a71d6fca1bd3ec1e4baa42667a1
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 16 Aug 2020 20:58:57 +0200
Remove duplicate ffmpeg option and fix style
Diffstat:
M brtv-generate-title-slides.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/brtv-generate-title-slides.sh b/brtv-generate-title-slides.sh
@@ -25,6 +25,7 @@ title_display_time=5
### CONFIGURATION END
+
temp="$(mktemp).png"
title_slide() {
@@ -32,7 +33,6 @@ title_slide() {
-pointsize 48 -fill "$fgcolor" \
-gravity center -draw "text 0,0 '${1}'" "$temp"
ffmpeg -y \
- -loglevel error \
-f lavfi \
-i anullsrc=r=48000 \
-i "$temp" \