-
Notifications
You must be signed in to change notification settings - Fork 135
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
Feature Request: Batch Transcribe #70
Comments
Great that you like it and yeah, batch processing is high on the list for the future. It will, however, take a few months before this gets implemented because it depends on some other internal changes that are currently beeing worked on. |
Damn, I also installed it before noticing it didn't have a batch option. Here's hoping! |
I could really use batch myself. Any chance we can just pass start arguments to noscribe on the command line instead of only via a GUI form? |
Let me think about this for a moment. I had a more complex solution in mind, but may be able to add a simpler command line interface in the meantime. |
With start arguments, we could at least create a batch script to run noscribe once for each file, instead of having to run an entire batch within noscribe itself. |
Would it be ok to still show the GUI and just start the transcription automatically if all necessary parameters are given? This would be easier to implement compared with a full-fledged |
I've found a problem for the solution I was imagining: noScribe is compiled with pyinstaller into a GUI-only app. This means that if we start the app from the command line, it will spawn a new GUI process and then terminate immediately. There is no easy way for the calling batch script to know if noScribe is still busy transcribing or not. |
I don't think using the non-compiled version is an issue, since it really doesn't affect run-time performance only start-up, but I'm unclear as to how using the non-compiled version makes it easier to pass-in start arguments. |
This program is fantastic. It's real fast on CUDA too - transcribing videos faster than the videos actually are. Less than a minute for nearly a 4 minute video.
I've got a bunch of videos to transcribe, and I would have been happy for each file to be taken in and transcribed to an identically named subtitle file, automatically without further interference from me.
This isn't NECESSARY, it's already an awesome free program. It would just be useful.
Anyway. Thank you for this beautiful time saver.
The text was updated successfully, but these errors were encountered: