jalagar / animated-art-engine

A generative engine that takes various png layers on a sprite sheet format, combines them and then converts them into a .gif file
MIT License
167 stars 62 forks source link

Metadata pointing to .gif file when output is .mp4 #117

Closed jehuty27 closed 2 years ago

jehuty27 commented 2 years ago

Hi Jalagar, Thank you for creating this. I found an issue : When outputType is set to mp4, the metadata is still pointing to a .gif file, not .mp4.

"imageName": "1.gif",

NOT

"imageName": "1.mp4",

Do we have to manually change the metadata to .mp4 one by one?

jalagar commented 2 years ago

Thank you for pointing this out. I just fixed it on main.

You could do a crtl-f find and replace for the time being. Otherwise pull the latest code from main

jehuty27 commented 2 years ago

Perfect!