mirror of
https://github.com/initialcommit-com/git-story.git
synced 2026-04-25 18:55:51 +03:00
[GH-ISSUE #4] Question: Speed #6
Labels
No labels
enhancement
pull-request
subtype:install/build
subtype:install/build
subtype:install/build
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-story#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bdmorin on GitHub (Jul 19, 2022).
Original GitHub issue: https://github.com/initialcommit-com/git-story/issues/4
Originally assigned to: @initialcommit-io on GitHub.
Any plans to implement a speed option to speed up the animation?
@initialcommit-io commented on GitHub (Jul 20, 2022):
There is a
--low-qualityoption 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.@bdmorin commented on GitHub (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 commented on GitHub (Jul 20, 2022):
Haha ahh ok I understand now! It looks like Manim does have a
run_timeparameter 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 commented on GitHub (Jul 20, 2022):
Hi there, I pushed a new feature for this. You can now use the
--speedcommand 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 -UAnd make sure you see that the updated version 0.1.4 is installed after running that (if not, run it again).
@bdmorin commented on GitHub (Jul 20, 2022):
I'll check this out, thank you!
@initialcommit-io commented on GitHub (Jul 21, 2022):
Were you able to test this?
@initialcommit-io commented on GitHub (Jul 24, 2022):
Just checking in - were you able to test this out?
@initialcommit-io commented on GitHub (Jul 25, 2022):
Closing since feature was implemented.