Place media dirs in geomyidae root - bitreich-tv - Meme TV encoding and streami… | |
git clone git://bitreich.org/bitreich-tv git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfr… | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit d8c1614c68dc43eaae44e29ca3aa6d3a9313f067 | |
parent d6ab2724c3fce4a03e2806951534e638844ba65c | |
Author: Anders Damsgaard <[email protected]> | |
Date: Sun, 16 Aug 2020 22:51:26 +0200 | |
Place media dirs in geomyidae root | |
Diffstat: | |
M bin/brtv-generate-title-slides.sh | 2 +- | |
M bin/brtv-imgs-to-video.sh | 2 +- | |
2 files changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/bin/brtv-generate-title-slides.sh b/bin/brtv-generate-title-slides… | |
@@ -7,7 +7,7 @@ | |
### CONFIGURATION START | |
# output title animations dir | |
-title="title" | |
+title="/var/gopher/title" | |
# ffmpeg flags for generated videos | |
video_ext="webm" | |
diff --git a/bin/brtv-imgs-to-video.sh b/bin/brtv-imgs-to-video.sh | |
@@ -6,7 +6,7 @@ | |
### CONFIGURATION START | |
# dir to contain images as videos | |
-out_dir="img2vid" | |
+out_dir="/var/gopher/img2vid" | |
# ffmpeg flags for generated videos | |
video_ext="webm" |