Remove duplicate ffmpeg option and fix style - bitreich-tv - Meme TV encoding a… | |
git clone git://bitreich.org/bitreich-tv git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfr… | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit 9712aec3da3a8dd8e17f8626c138ae12c26e9c8c | |
parent 60592b8f08f20a71d6fca1bd3ec1e4baa42667a1 | |
Author: Anders Damsgaard <[email protected]> | |
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(-) | |
--- | |
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" \ |