That's unfortunate. Guess I'll stick to 50fps GIFs. Thanks for the clarification!
dedredmetalhed
Recent community posts
Hi! I'm having an issue with rendering 60fps gifs. It outputs the initial AVI file fine, but when it's converted into a GIF, the resulting GIF looks like it's going 2x slower than it should. I tried hardcoding the FPS values in the bat files, but that didn't seem to make a difference. My comp is set to 60fps, and GIFSquid in AE is set to 60fps. Any help would be appreciated!
Here's what I found (used another project/comp, but same issue):
Successful (turbo):
cd\ cd "C:\Program Files\Adobe\Adobe After Effects CC 2017\Support Files\Scripts\ScriptUI Panels\GIFsquid\"
GIFsquidavi.bat 30 12000 "E:\Stephen\Documents\AfterEffectsProjects\WHATAMIGONNADO\Troi.avi" "E:\Stephen\Documents\AfterEffectsProjects\WHATAMIGONNADO\GIFsquid_Output" 0.5 800:-1 "" "Troi.avi" true
exit
Unsuccessful (non-turbo):
cd\ cd "C:\Program Files\Adobe\Adobe After Effects CC 2017\Support Files\Scripts\ScriptUI Panels\GIFsquid\"
GIFsquidavi.bat 30 12000 "E:\Stephen\Documents\AfterEffectsProjects\WHATAMIGONNADO\Troi.avi" "E:\Stephen\Documents\AfterEffectsProjects\WHATAMIGONNADO\GIFsquid_Output" 0.5 800x "" "Troi.avi" false
exit
Looking at the log file, now it's throwing new errors:
convert.exe: DelegateFailed `"ffmpeg.exe" -nostdin -v -1 -i "%i" -vframes %S -vcodec pam -an -f rawvideo -y "%u.pam"' @ error/delegate.c/InvokeDelegate/1919.
convert.exe: UnableToReadImageData `C:/Users/Stephen/AppData/Local/Temp/magick-31324qcORP4FuAA8U.pam' @ error/pnm.c/ReadPNMImage/1280.
convert.exe: NoImagesDefined `E:\Stephen\Documents\AfterEffectsProjects\WHATAMIGONNADO\GIFsquid_Output/Troi.avi-2018-04-12_21-04-51.gif' @ error/convert.c/ConvertImageCommand/3257.
Thanks for the fast reply! My comp name (abc) and filename (MetaNonMeta.aep) only have letters though, same with the path (excluding backslash, space, and colon chars) . Here's a screenshot of my gifsquid\bin folder (though the only antivirus I have is Windows Defender):
Here's the GIFsquid.log:
convert.exe: UnableToCreateTemporaryFile `E:\Stephen\Documents\AfterEffects Projects\WHATAMIGONNADO\abc.avi': No such file or directory @ error/delegate.c/InvokeDelegate/1876.
convert.exe: UnableToOpenBlob `C:/Users/Stephen/AppData/Local/Temp/magick-93516xuC9P0tpcKhx.pam': No such file or directory @ error/blob.c/OpenBlob/2705.
convert.exe: NoImagesDefined `E:\Stephen\Documents\AfterEffects Projects\WHATAMIGONNADO\GIFsquid_Output/abc.avi-2018-04-11_21-10-40.gif' @ error/convert.c/ConvertImageCommand/3257.
It's strange that this only happens in non-Turbo mode; does Turbo mode handle paths differently maybe?