Stable

Artwork Extractor

Native Windows app for extracting embedded artwork from music and video files.

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

Overview

Artwork Extractor scans supported media files for embedded cover art or poster artwork and exports the image data to usable standalone files. It is designed for focused local artwork extraction workflows without broader library management features.

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