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

Document Steps for Thumbnail Creation #1

Open
rnag opened this issue Oct 25, 2024 · 0 comments
Open

Document Steps for Thumbnail Creation #1

rnag opened this issue Oct 25, 2024 · 0 comments

Comments

@rnag
Copy link
Owner

rnag commented Oct 25, 2024

Not really an issue but I want to document somewhere the steps I use to generate an (animated) thumbnail GIF for my demo video, since i think it'll be useful for another project next time.

brew install ffmpeg
ffmpeg -y -i Demo-GMU-Daily-Permit-Automation.mp4 -vf fps=10,scale=720:-1:flags=lanczos,palettegen palette.png
ffmpeg -y -i Demo-GMU-Daily-Permit-Automation.mp4 -i palette.png -filter_complex "fps=10,scale=720:-1:flags=lanczos[x];[x][1:v]paletteuse" foo.gif
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