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

Question: Speed #4

Closed
bdmorin opened this issue Jul 19, 2022 · 8 comments
Closed

Question: Speed #4

bdmorin opened this issue Jul 19, 2022 · 8 comments
Assignees
Labels
enhancement New feature or request

Comments

@bdmorin
Copy link

bdmorin commented Jul 19, 2022

Any plans to implement a speed option to speed up the animation?

@initialcommit-io
Copy link
Contributor

There is a --low-quality option that speeds it up by rendering in lower quality - did you try that? But due to Manim library it still takes time to render video.

@initialcommit-io initialcommit-io self-assigned this Jul 20, 2022
@initialcommit-io initialcommit-io added the question Further information is requested label Jul 20, 2022
@bdmorin
Copy link
Author

bdmorin commented Jul 20, 2022

My bad, I wasn't clear - I meant playback speed. I was wondering if there was a way to have the final animation literally play faster, without fiddling with a player.

Does that make more sense? (sorry, getting over Covid)

@initialcommit-io
Copy link
Contributor

Haha ahh ok I understand now! It looks like Manim does have a run_time parameter I can test out for this. If it works I'll create a new command-line option to control that. Great suggestion - I'll keep you posted.

@initialcommit-io initialcommit-io added enhancement New feature or request and removed question Further information is requested labels Jul 20, 2022
@initialcommit-io
Copy link
Contributor

Hi there, I pushed a new feature for this. You can now use the --speed command line option to change the animation speed.

Example to run twice as fast:
$ git-story --speed=2

Example to run half as fast:
$ git-story --speed=0.5

You'll need to update the git-story package using: pip3 install git-story -U
And make sure you see that the updated version 0.1.4 is installed after running that (if not, run it again).

@bdmorin
Copy link
Author

bdmorin commented Jul 20, 2022

I'll check this out, thank you!

@initialcommit-io
Copy link
Contributor

Were you able to test this?

@initialcommit-io
Copy link
Contributor

Just checking in - were you able to test this out?

@initialcommit-io
Copy link
Contributor

Closing since feature was implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants