bitreich-tv

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

commit d41ec6892cc272e491d365064ad0a5a9d0c8354a
parent ff1b613da3b6b5e53293350f1655052ce14df86b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 20 Aug 2020 20:10:46 +0200

Increase quality of images

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