Add files
Drop audio or video files into the app. Batch processing is supported.

Drop audio or video files into the app. Batch processing is supported.
Create a transcript, an MP3 copy, or both next to the source file.
See each file move through conversion, chunking and transcription.
Long media is converted, split near silence and transcribed in parallel with retry handling.
FFmpeg conversion and file splitting happen on your computer.
MP3 and TXT files are saved beside the original media with matching names.
Audio chunks are sent directly to OpenAI using the key configured in the app.
The installers include Python, the backend runtime, FFmpeg and ffprobe.
64-bit · NSIS installer
Apple Silicon · DMG
Intel · DMG
64-bit · AppImage and DEB
Media conversion and splitting stay local. Only the prepared audio chunks are sent to OpenAI for transcription. The project is open source, so the complete flow can be inspected.