OpenNewsLabs / autoEdit_2

Fast text based video editing, node Electron Os X desktop app, with Backbone front end.
https://opennewslabs.github.io/autoEdit_2/
MIT License
418 stars 56 forks source link

Show progress of transcription job where possible #72

Open zevaverbach opened 5 years ago

zevaverbach commented 5 years ago

I know for a fact that the Speechmatics API supports this. It'd be helpful especially during this early development time, as I'm running into some "zombie" jobs that claim to be in process but may not be.

It'd be great to have a plain old Bootstrap progress bar during processing.

Somewhat related to #42 I think.

Would you accept a PR implementing this for Speechmatics, to start off?

pietrop commented 5 years ago

Hi @zevaverbach, Yes, Thanks! I'd consider a PR for this.

For now I've mostly been just using the console as explained here #42 to review what went wrong, but hope for a more user friendly approach.

Let me know if you need any help or guidance.