Skip to content

Partial File Transcription #257

Closed Answered by jjmaldonis
colvinem asked this question in General help
Discussion options

You must be logged in to vote

Hey @colvinem! You'll want to split your audio up into multiple files, based on the segments that you want Deepgram to transcribe. The most effective way to do this is by using ffmpeg, which has python bindings.

The relevant command line command is ffmpeg -ss START_TIME -t DURATION -i INPUT OUTPUT, so that's what you'll want to emulate via the Python bindings if you use Python. You could also probably use the python subprocess module to call ffmpeg directly.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jpvajda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants