Wingetlywingetly
← All apps
T

Transcriber

by augchan42v2.0.0

Last updated

Turn any video into subtitles. Offline speech-to-text using Whisper, with optional YouTube upload.

Install with winget

$ winget install --id Augchan42.Transcriber --exact --version 2.0.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Transcriber is a desktop GUI for turning video and audio files into .srt and

.txt subtitles using faster-whisper. It works fully offline after the first

model download, supports multiple languages including Cantonese/Chinese, and

has optional domain hints for improved accuracy on specialized content (I-Ching,

finance, philosophy, geopolitics, AI, etc.).

It can also compress videos for YouTube (H.264 via ffmpeg) and upload them

with resumable upload support. YouTube upload requires your own Google OAuth

credentials — see youtube-setup.md after install for a 5-minute walkthrough.

Includes bundled ffmpeg.exe and ffprobe.exe, so no extra install needed.

Installers · v2.0.0

ArchitectureTypeScopeInstallDownload
x64ZIP
archive
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Transcriber.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • FFmpegGyan
    Gyan.FFmpegv9.0.1

    A complete, cross-platform solution to record, convert and stream audio and video.

  • yt-dlpyt-dlp
    yt-dlp.yt-dlpv2026.08.19

    A feature-rich command-line audio/video downloader.

  • YouTube Music Desktop AppNovusTheory
    Ytmdesktop.Ytmdesktopv2.0.11

    A unofficial player for YouTube Music on desktop

  • SimpMusicmaxrave-dev
    maxrave-dev.SimpMusicv1.2.1

    A cross-platform music app using YouTube Music for backend

  • YouTube Music for DesktopVenipa
    venipa.ytmdesktopv1.8.1

    Beautiful Unofficial YouTube Music desktop app that includes several customizations for users and developers.

  • MediaHuman YouTube DownloaderMediaHuman
    MediaHuman.YouTubeDownloaderv3.9.23

    Download videos from YouTube

More from augchan42 or browse transcription, subtitles, srt.

Frequently asked questions

How do I install Transcriber on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Augchan42.Transcriber --exact --version 2.0.0. winget downloads the installer from augchan42 and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Transcriber silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Augchan42.Transcriber --exact 2.0.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Transcriber via winget?
Run: winget uninstall --id Augchan42.Transcriber --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Transcriber's Apps & Features entry.
Is Transcriber free?
Transcriber is distributed under MIT. Refer to the publisher (https://github.com/augchan42/transcriber) for the full license terms - Wingetly itself does not charge for installation.
Does Transcriber work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Transcriber directly from the publisher.
How do I keep Transcriber up to date?
Run winget upgrade --id Augchan42.Transcriber --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Transcriber from microsoft/winget-pkgs.