Stable

Subtitle Extractor

Native Windows app for extracting subtitle streams from video files with FFmpeg and FFprobe.

  • C#
  • .NET 8
  • WinUI 3
  • FFmpeg
  • FFprobe

Overview

Subtitle Extractor provides a focused native interface for inspecting video subtitle streams and extracting selected tracks without working from the command line. It uses FFprobe for stream detection and FFmpeg for extraction, with safe output handling and clear progress feedback.

Key features

  • Detect subtitle streams in video files
  • Extract selected subtitle tracks
  • Use FFprobe for stream inspection
  • Use FFmpeg for subtitle extraction
  • Keep output handling clear and predictable
  • Built as a native Windows desktop app

Technical details

Native WinUI 3 Windows desktop app. Uses FFprobe for stream detection and FFmpeg for extraction. Bundled FFmpeg and ffprobe are included in release builds, with PATH fallback when bundled copies are missing. Windows builds are published via GitHub Releases.

Links