Replies: 2 comments 2 replies
-
you write a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please share a step by step method. I'm a noob. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have lots of mp3 files in chinese language extracted from videos.
I am currently extracting english subtitles from them one by one. I upload them to google drive and then drag in the open folder inside the collab notebook.
I use the following code.
How can I execute a batch command in such a way that after one mp3 files get complete, the next one begins and the srt files get saved in a separate folder in my google drive?

The path of the uploaded mp3 files will be as follows.
Mydrive/audiostuff/thefirstone.mp3
Mydrive/audiostuff/thesecondone.mp3
The output path should be
Mydrive/extractedstuff/thesecondone.srt , etc.
Beta Was this translation helpful? Give feedback.
All reactions