bitreich-tv

meme tv encoding and streaming
git clone git://src.adamsgaard.dk/bitreich-tv
Log | Files | Refs | LICENSE Back to index

commit d8c1614c68dc43eaae44e29ca3aa6d3a9313f067
parent d6ab2724c3fce4a03e2806951534e638844ba65c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 16 Aug 2020 22:51:26 +0200

Place media dirs in geomyidae root

Diffstat:
Mbin/brtv-generate-title-slides.sh | 2+-
Mbin/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.sh @@ -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"