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
{{ message }}
This repository was archived by the owner on Nov 29, 2020. It is now read-only.
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.
gif did not work. stick with mp4.
The text was updated successfully, but these errors were encountered: