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

Update demo gifs #92

Closed
JamesNZL opened this issue Jul 4, 2023 · 1 comment
Closed

Update demo gifs #92

JamesNZL opened this issue Jul 4, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@JamesNZL
Copy link
Owner

JamesNZL commented Jul 4, 2023

Update the demo gifs in the README.

@JamesNZL JamesNZL added the documentation Improvements or additions to documentation label Jul 4, 2023
@JamesNZL JamesNZL self-assigned this Jul 4, 2023
@JamesNZL
Copy link
Owner Author

JamesNZL commented Jul 4, 2023

  1. Use OBS with Flow Demo scene to record
  2. Run with ffmpeg:
    ffmpeg -ss [seek time] -t [duration] -i [input].mp4 -filter_complex "[0:v] split [a][b];[a] palettegen [p];[b][p] paletteuse" [output].gif
  3. Run with gifsicle:
    gifsicle -O3 --lossy=35 -o [output].gif [input].gif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant