Gifify è un convertitore basato su nodi che usa ffmpeg e imagemagick sotto il cofano.
Installazione su Mac:
brew rm --force --ignore-dependencies ffmpeg
brew rm --force --ignore-dependencies imagemagick
brew install ffmpeg --with-libass --with-fontconfig
brew install imagemagick --with-fontconfig
brew install giflossy
npm install -g gifify
Ora puoi convertire un file video con:
gifify clip.mp4 -o clip.gif
Puoi anche impostare una posizione iniziale e finale nel video e aggiungere una didascalia di testo:
gifify clip.mp4 -o clip.gif --from 01:48:23.200 --to 01:48:25.300 --text 'nip!'
❗️ It can take several minutes for the conversion to complete even with smaller videos.