Skip to content
This repository was archived by the owner on Nov 29, 2020. It is now read-only.

gif doesnt work #1

Open
ToddServo opened this issue Jun 9, 2019 · 2 comments
Open

gif doesnt work #1

ToddServo opened this issue Jun 9, 2019 · 2 comments

Comments

@ToddServo
Copy link

gif did not work. stick with mp4.

@jcklpe
Copy link
Owner

jcklpe commented Jun 16, 2019

@lockntross do you mean that the script to convert from gif to ong sequence doesn't work?

@ToddServo
Copy link
Author

ToddServo commented Jun 18, 2019

png were created, but the files were not named correctly. There was an underscore instead of dash.

convert ./input/img.gif ./output/progress_%03d.png
changed to:
convert ./input/img.gif ./output/progress-%01d.png

In addition, the files generated did not work.
Could be due to an indexed color pallet that gif provides... but any .plymouth file just displayed a blank screen.
I had to add a Plymouth.SetDisplayPasswordFunction to the animated-boot.script as I have a LUKS encrypted disk.

For reference, the fork: https://github.com/lockntross/Plymouth-Animated-Boot-Screen-Creator/
Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants