Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include GIF animation with still images in slideshow #289

Open
nomaam opened this issue Nov 1, 2024 · 0 comments
Open

Include GIF animation with still images in slideshow #289

nomaam opened this issue Nov 1, 2024 · 0 comments

Comments

@nomaam
Copy link

nomaam commented Nov 1, 2024

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" }] }
]
}

  • [ x] I have tried with the newest version of editly: npm i -g editly or npm i editly@latest
  • [ x] I have tried ffmpeg newest stable version
  • [ x] I have searched for existing issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant