So gifify is a pretty awesome script that converts video to gif via the command line: https://github.com/vvo/gifify
I really want this to work on my Windows 10 machine. I am new to windows and relatively new to coding, but I managed to get a few things to work, but ran into a problem.
Here is what I did:
- Installed node.js + npm
- Installed FFmpeg using npm
- Installed ImageMagick with npm (I think I did it wrong, maybe just installed the shell).
- Download giflossy. It needed to be built (?)
- Installed Visual Studio 2015, tried to build it with nmake and got this error:
NMAKE : fatal error U1073: don't know how to make 'win32cfg.h'
The command I use is:
PS C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin> .\nmake -f "C:\Users\Robert Workstation\.npm-global\node_modules\giflossy-lossy-1.82.1\src\Makefile.w32"
It would be very helpful to help with this: D
source share