fix typo on title slides, thanks to 20h - bitreich-tv - Meme TV encoding and st… | |
git clone git://bitreich.org/bitreich-tv git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfr… | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit e128010a93427b5a7734196c70f2be8157f6dff7 | |
parent dad99ef297a6b358887e7c24e432c01ad3f51832 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Mon, 7 Jun 2021 22:23:04 +0200 | |
fix typo on title slides, thanks to 20h | |
Diffstat: | |
M bin/brtv-generate-title-slides.sh | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/bin/brtv-generate-title-slides.sh b/bin/brtv-generate-title-slides… | |
@@ -47,7 +47,7 @@ title_slide() { | |
-gravity north \ | |
-pointsize 13 \ | |
-draw "text -70,240 '$(cat "$logo")' " \ | |
- -draw "text -70,520 'Playling: ${1}'" \ | |
+ -draw "text -70,520 'Playing: ${1}'" \ | |
"$temp" | |
ffmpeg -y \ |