Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions authors/reactorcore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Reactorcore
avatar: "https://i.postimg.cc/SNQ4jv2P/voxelweapons-icon.png" # or any avatar URL
url: "https://reactorcore.itch.io"
bio: "Modder, software dev, game designer, all-aspect creator artist person"
location: "Helsinki, Finland"
isElevenLabs: false # Set to true if you work at ElevenLabs
socials:
- label: X
url: "https://twitter.com/ReactorcoreDev"
- label: GitHub
url: "https://github.com/ReactorcoreGames"
- label: Linktree
url: "https://linktr.ee/reactorcore"
58 changes: 58 additions & 0 deletions projects/elevenlabs-batch-transcriber.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title: ElevenLabs Batch Transcriber
description: Transcribe Entire Folders of Audio Automatically With Elevenlabs' State-of-the-art Speech-to-text Service.
authorIds:
- reactorcore # Must match your author file name (without .yml)
categories:
- speech-to-text # Choose from: agents, text-to-speech, speech-to-text, music, voices
isFeatured: false # Leave as false, we'll feature exceptional projects
date: "2025-09-03" # Today's date in YYYY-MM-DD format
image: /images/elevenlabs_batch_transcriber.jpg # Upload image to /public/images/
demoUrl: https://reactorcore.itch.io/elevenlabs-audio-transcriber # See the screenshots!
---

# ElevenLabs Batch Transcriber

## Overview

Transcribe entire folders of audio automatically with elevenlabs' state-of-the-art speech-to-text service. Utilize 12.5x more audio transcribed compared to elevenlabs.io web UI. Triple text outputs from all files.

## Key Features

- Automate Tedious Work: Process entire folders instead of one file at a time.
- Save Lotsa Money: Process 12.5x more audio than you normally could via the web UI.
- Triple Useful Results: Every processed file will give a TXT, SRT and JSON files, covering all needs in one go.
- For Laypersons: Made as easy to use with a clear and guided User Interface.

## How It Works

This user friendly downloadable windows desktop program taps into Elevenlabs' state-of-the-art Scribe v1 Speech-To-Text model, transcribing spoken audio/video files into useful text formats for later use with archiving, translation, AI context use, video subtitles or a word-by-word analysis of each granular moment from the speech.

I programmed this in Python and used the ttkbootstrap UI library to create a layperson friendly, guided program that lets anyone without advanced technical skills to get the job done of transcribing entire folders of audio or video with a single click.

The biggest challenges was getting the 3 output files to be formatted and structured by the program in such a way that delivers a useful, clean result. Especially the SRT output files needed additional algorithms to ensure they are timed and section in a way as one would expect from you typical TV show subtitles.

For reference, this ElevenLabs Batch Transcriber program creates 3 files per each audio/video file:
- TXT: for humans and LLMs to read comfortably.
- SRT: for video subtitles that you can load into VLC media player or anything else you use.
- JSON: for technical breakdowns of the speech.

## Technologies Used

- ElevenLabs API (Scribe v1 Speech-to-Text)
- Python
- ttkbootstrap

## Getting Started

This is an affordable paid app for only $5, head over to this link to see the screenshots, guides and the purchase link:
https://reactorcore.itch.io/elevenlabs-audio-transcriber

OS: Windows EXE only, supports 7, 11 and everything in between and beyond.
Download size: 63mb

Elevenlabs is a paid service and I want to use it too, hence the price tag. By buying you both help me to keep using elevenlabs and to support me making more useful software for you. See my author page for more programs made by me, most of them are free, standalone and privacy-friendly:
https://reactorcore.itch.io/

Thanks and enjoy!
- Reactorcore
Binary file added projects/images/elevenlabs_batch_transcriber.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.