You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to include a GIF animation in a slideshow with images?
I have a folder with a mix of images and GIFs, when I try to make them into a slideshow only the first frame of the GIF is being used. I tried leaving out duration, but that makes no difference. I would like the GIF to play its full duration, which could be different for each GIF.
Is it possible to include a GIF animation in a slideshow with images?
I have a folder with a mix of images and GIFs, when I try to make them into a slideshow only the first frame of the GIF is being used. I tried leaving out duration, but that makes no difference. I would like the GIF to play its full duration, which could be different for each GIF.
Is this possible?
Thanks.
{
"outPath": "./output.mp4",
"clips": [
{ "duration": 5, "layers": [{ "type": "image", "path": "/test/img-01.jpeg" }] },
{ "duration": 5, "layers": [{ "type": "image", "path": "/test/img-02.png" }] },
{ "duration": 5, "layers": [{ "type": "image", "path": "/test/img-03.jpeg" }] },
{ "duration": 5, "layers": [{ "type": "image", "path": "/test/img-04.png" }] },
{ "duration": null, "layers": [{ "type": "image", "path": "/test/img-05.gif" }] }
]
}
npm i -g editly
ornpm i editly@latest
The text was updated successfully, but these errors were encountered: