Stable

Artwork Extractor

Extract embedded cover art from audio and video files with preview, batch export, and lossless defaults.

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

Screenshots

Overview

A WinUI 3 desktop app that reads embedded album and cover art from tagged media, previews it before export, and saves image files locally. TagLib# handles most tagged audio; FFmpeg can fall back when embedded pictures are stored in less common container layouts.

Key features

  • Single-file and batch extraction modes
  • Artwork preview before export
  • Lossless byte-copy export by default
  • Optional JPEG, PNG, and WebP conversion
  • Drag and drop from File Explorer
  • Configurable naming and output paths

Technical details

TagLib# reads embedded pictures from tagged audio. FFmpeg/ffprobe provides a fallback when TagLib finds nothing usable. Default export writes the same raw bytes embedded in the source file.

Links