tIncrease quality of images - bitreich-tv - meme tv encoding and streaming | |
git clone git://src.adamsgaard.dk/bitreich-tv | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit d41ec6892cc272e491d365064ad0a5a9d0c8354a | |
parent ff1b613da3b6b5e53293350f1655052ce14df86b | |
Author: Anders Damsgaard <[email protected]> | |
Date: Thu, 20 Aug 2020 20:10:46 +0200 | |
Increase quality of images | |
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 | |
t@@ -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 |