mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-15 13:23:47 -05:00
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
|
|
Captured with Quicktime.
|
|
|
|
Processed with:
|
|
|
|
$ ffmpeg -i four.mov -s 700x242 -pix_fmt rgb24 -vf "lutyuv=y=val*1.3" -r 10 -f gif - | \
|
|
gifsicle --optimize=3 --delay=3 > out.gif
|