FFMPEG-gif-script-for-bash
FFMPEG-gif-script-for-bash copied to clipboard
Windows
Windows instructions (tested on W7 64bit)
- install git and ffmpeg
- download and place gifenc.sh inside of ffmpeg's bin folder
- inside of bin create a file named anything.bat with the following content (this is just a working example):
gifenc.sh in.mp4 out.gif 1920 10
- run anything.bat
Thanks, I'll update windows section based on this and a fork that was made.