Basic script for getting started quickly #1195
ThioJoe
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
Thanks!
…On Tue, Apr 4, 2023 at 12:32 PM ThioJoe ***@***.***> wrote:
I wrote a ready-made script for doing basic transcriptions of video files.
It's what I use for transcribing my own videos so I figured others might
find it useful if they aren't sure how to get started:
Gist here:
https://gist.github.com/ThioJoe/e84c4e649857bf0a290b49a2caa670f7
It is pretty basic but has a few more features than the example code in
the main readme:
- *No editing of code file required on each run:* It prompts you for
the path of the file, so you can just drag the file into the command prompt
then hit Enter (as opposed to editing the code file to add the file path
every time). Though if you want to change the model or language you'll have
to go into the code to change those variables.
- *Automatic naming of output files:* It will automatically create a
directory called "Output" then put transcriptions into new text files based
on the original video file name.
- *Pre-coded support for additional parameters:* If you want, you can
change some more advanced parameters like verbose and word_timestamps.
In addition to the transcription, you can choose whether to output a json
file wit timestamps/segment data setting the exportTimestampData
variable to True
—
Reply to this email directly, view it on GitHub
<#1195>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A567NIV2FSCTKNZPOV6PLMLW7RZLDANCNFSM6AAAAAAWTEOSMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you please add support for Diarization and speaker identification?
…On Wed, 5 Apr 2023, 03:31 ThioJoe, ***@***.***> wrote:
I wrote a ready-made script for doing basic transcriptions of video files.
It's what I use for transcribing my own videos so I figured others might
find it useful if they aren't sure how to get started:
Gist here:
https://gist.github.com/ThioJoe/e84c4e649857bf0a290b49a2caa670f7
It is pretty basic but has a few more features than the example code in
the main readme:
- *No editing of code file required on each run:* It prompts you for
the path of the file, so you can just drag the file into the command prompt
then hit Enter (as opposed to editing the code file to add the file path
every time). Though if you want to change the model or language you'll have
to go into the code to change those variables.
- *Automatic naming of output files:* It will automatically create a
directory called "Output" then put transcriptions into new text files based
on the original video file name.
- *Pre-coded support for additional parameters:* If you want, you can
change some more advanced parameters like verbose and word_timestamps.
In addition to the transcription, you can choose whether to output a json
file wit timestamps/segment data setting the exportTimestampData
variable to True
—
Reply to this email directly, view it on GitHub
<#1195>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJRADHHGJ7WPXGVMIYAUPQTW7RZKVANCNFSM6AAAAAAWTEOSMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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 wrote a ready-made script for doing basic transcriptions of video files. It's what I use for transcribing my own videos, so I figured others might find it useful if they aren't sure how to get started:
Gist here: https://gist.github.com/ThioJoe/e84c4e649857bf0a290b49a2caa670f7
It is pretty basic but has a few more features than the example code in the main readme:
verbose
andword_timestamps
. In addition to the transcription, you can choose whether to output a json file wit timestamps/segment data setting theexportTimestampData
variable to True. This will also include word-level timestamps if that option is enabled.Beta Was this translation helpful? Give feedback.
All reactions