this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

vid2gif: default scale to 1 (original)

yemou 5d871848 5d7cff12

+1 -1
+1 -1
scritps/vid2gif
··· 1 1 #!/bin/sh 2 - scale=${3:-0.2} 2 + scale=${3:-1} 3 3 filters="scale=iw*${scale}:-1:flags=lanczos" 4 4 palette_file=$(mktemp --tmpdir XXX.png) 5 5