bitreich-tv

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

commit c6593d91ceb081ec0459266ece964f7741acb59b
parent baf409210460871a03670b517621764ec091ae56
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 26 Aug 2020 21:45:37 +0200

Merge branch 'master' of src.adamsgaard.dk:bitreich-tv

Diffstat:
Mbin/brtv-imgs-to-video.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/brtv-imgs-to-video.sh b/bin/brtv-imgs-to-video.sh @@ -10,7 +10,7 @@ out_dir="/var/gopher/img2vid" # ffmpeg flags for generated videos video_ext="webm" -ffmpeg_codec="-loglevel error -acodec libopus -b:a 96K -vcodec libvpx -b:v 64k -f webm -vf scale=1280:-1 -r 30 -ac 2" +ffmpeg_codec="-loglevel error -acodec libopus -b:a 96K -f webm -vf scale=1280:-1 -r 30 -ac 2" # target video resolution video_resolution=1280x720