jalagar/animated-art-engine

Metadata pointing to .gif file when output is .mp4

jehuty27 opened this issue · 2 comments

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?

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

Perfect!