-
Notifications
You must be signed in to change notification settings - Fork 6
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
[python] Generate GIF animations #3
Comments
I tried layering GIFs with
Overlay filter docs: https://ffmpeg.org/ffmpeg-filters.html#overlay-1 |
For metadata generation of MP4s, we should generate a GIF out of it for |
Turns out MP4 (aka h.264) does not support alpha channels.
|
Need a way to differentiate between a GIF and a STATIC collection.
Most likely need imagemagick's convert, and will have to be very specific on how to organize the folder structure.
The text was updated successfully, but these errors were encountered: