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

Add option to loop/repeat video? #56

Open
Schweinepriester opened this issue Apr 27, 2021 · 1 comment
Open

Add option to loop/repeat video? #56

Schweinepriester opened this issue Apr 27, 2021 · 1 comment
Labels

Comments

@Schweinepriester
Copy link
Contributor

Is your feature request related to a problem? Please describe.
No problem per se, just a feature request or rather a suggestion.

Describe the solution you'd like
I want the generated ASCII video/animation to play repeatedly, in my case indefinitely i.e. looping until I press e.g. ctrl + c.

Describe alternatives you've considered
I've helped myself with

while true; do video-to-ascii -f myVid.mp4; done

but there's a flash of black between loops.

Additional context
Not sure when the ASCII is generated, but if its not on the fly for each frame, there would be potential here to cache it.

Feel free to close if you dont think this feature would be useful or the like.

@joelibaceta
Copy link
Owner

joelibaceta commented May 2, 2021

@Schweinepriester sounds good. It could be a nice feature.

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

No branches or pull requests

2 participants