Last 12 weeks · 0 commits
1 of 6 standards met
Repository: tj/node-gify. Description: Convert videos to gifs using ffmpeg and gifsicle Stars: 300, Forks: 30. Primary language: JavaScript. Languages: JavaScript (98.2%), Makefile (1.8%). Open PRs: 4, open issues: 4. Last activity: 3y ago. Community health: 28%. Top contributors: tj, overra, grant.
I've got "Command failed" error when running this on Windows. Looks like the reason that you try to create temp images in /tmp/[uid]/ folder. But on windows "tmp" refers to C:\Users\name\AppData\Local\Temp Tried to remove tmp from environment variables user/system, but it doesn't help. Is it possible to add functionality to to pass tmp folder in config? 10x in advance! After some review looks like this happens only in git bash on windows. But in cmd the problem is that file path surrounded by single quotes and this not working in cmd