diff --git a/generate.sh b/generate.sh index 3accd8b..b2626d4 100755 --- a/generate.sh +++ b/generate.sh @@ -1,6 +1,6 @@ ffmpeg \ -i llamigos-orig.webm \ - -vf format=yuv444p,scale=80:150,setsar=1 \ + -vf format=yuv444p,scale=80:150,pad=h=160:y=5,setsar=1 \ -an \ -vcodec libvpx-vp9 \ -row-mt 1 \ diff --git a/index.html b/index.html index c81c0e4..4b51935 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@