Merge branch 'master' of src.adamsgaard.dk:bitreich-tv - bitreich-tv - Meme TV … | |
git clone git://bitreich.org/bitreich-tv git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfr… | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit c6593d91ceb081ec0459266ece964f7741acb59b | |
parent baf409210460871a03670b517621764ec091ae56 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Wed, 26 Aug 2020 21:45:37 +0200 | |
Merge branch 'master' of src.adamsgaard.dk:bitreich-tv | |
Diffstat: | |
M bin/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… | |
+ffmpeg_codec="-loglevel error -acodec libopus -b:a 96K -f webm -vf scale=1280:… | |
# target video resolution | |
video_resolution=1280x720 |