Closed jehuty27 closed 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?
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!
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?