-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Get Progress of Editly #196
Comments
unfortunately not, but it should be possible to implement some onProgress function |
That would be quite useful to show end user percentage completion of rendering a video. |
Really need the on-progress event. |
Also possible:
|
Maybe wrap into a proper function like passing JSON object etc. Just make a wrapper function for it. It will help others a lot. With this approach, you can use the event emitter as well when creating a wrapper. |
ffmpeg shows how many frames have been rendered in stdout. So a simple ratio of them can be the progress. |
Is there a simple way to get the progress of the editly running?
The text was updated successfully, but these errors were encountered: