Open ksho opened 2 years ago
for i in *; do ffmpeg -ss 00:00:00.000 -i "$i" -pix_fmt rgb24 -r 12 -vf 'scale=600:600:force_original_aspect_ratio=decrease' -t 00:00:10.000 "${i%.*}.gif"; done
.gif support https://github.com/ksho/yearbook/pull/6
Next, when clicking a gif with a corresponding video, open video in lightbox instead of gif.
Convert with something like:
..this is a 10 sec clip of the movie at a 15/sec frame rate .. downsized to 300x553