Increase quality of images - bitreich-tv - Meme TV encoding and streaming HTML git clone git://bitreich.org/bitreich-tv git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/bitreich-tv DIR Log DIR Files DIR Refs DIR Tags DIR LICENSE --- DIR commit d41ec6892cc272e491d365064ad0a5a9d0c8354a DIR parent ff1b613da3b6b5e53293350f1655052ce14df86b HTML Author: Anders Damsgaard <anders@adamsgaard.dk> 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(-) --- DIR 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