.MPC

MPC File

Musepack Audio File
Ask a question
QUICK ANSWER

An MPC file is a Musepack lossy audio file, a format developed in 1997 that outperformed MP3 at 160-200 kbps in listening tests during the early 2000s. Open it with VLC (free, all platforms) or foobar2000 (Windows). Windows Media Player does not support MPC natively.

Developer: Andree Buschmann / Musepack Development Team Category: Audio Files Open standard MIME: audio/x-musepack
OPENS ON Windows macOS Linux Android
Related: .OPUS · .M3U · .M3U8 · .WFP

On this page

19k+ extensions indexed
Last reviewed Sep 7, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the MPC file format?

.mpc files store audio encoded with the Musepack codec, a lossy compression format developed by Andree Buschmann, first released in 1997 as MPEGplus (.mp+) and renamed Musepack around 2000.

Musepack is based on MPEG-1 Layer 2 principles but is not bitstream-compatible with MP3 or standard MP2. It was designed for near-transparent quality at 160-200 kbps and performed well in blind listening tests of its era. The codec has been inactive since approximately 2013.

Two stream versions are in use. SV7 (the dominant 2000s standard) structures audio as 32 sub-bands × 36 sub-band samples per frame (1,152 samples total), producing a variable-bitrate stream that is not byte-aligned - making random seeking expensive. Its file signature is MP+ (bytes 4D 50 2B) at offset 0. SV8, introduced in 2009, replaced that with a TLV packet structure starting with MPCK (4D 50 43 4B), adding per-packet checksums and support for arbitrary sample rates, but it never gained broad adoption.

Metadata is stored using APEv2 tags, which Musepack prefers (appended at the end of the file). ID3v1 tags may also be present; ID3v2 is tolerated by many players but not natively handled by the reference library libmpc.

For new projects, Opus and AAC have largely replaced Musepack, offering better compression efficiency with active development and broader device support. Most modern players - including VLC and foobar2000 - still play .mpc files.

Security & safety

RISK: LOW

Audio-only format; no scripting or executable content. Low risk from malformed files (potential decoder crash exploits historically, as with all audio decoders). Use updated VLC/foobar2000.

Format details

in a nutshell
FULL NAMEMusepack Audio Fileaka MPC audio, Musepack
DEVELOPERAndree Buschmann / Musepack Development Teamsince 1997 (as MPEGplus / MP+); renamed Musepack circa 2000
CATEGORYAudio Files
MIME TYPEaudio/x-musepack
TYPElossy audio compression (binary)
STANDARDOpen · royalty-free
This extension is also used by…
  • Media Player Classic playlist/project file - Some versions of Media Player Classic (MPC-HC) associate .mpc with internal project files - rare, unrelated to audio.
MAGIC BYTES · FILE SIGNATURE
OFFSET
00010203
HEX
4D502B08
ASCII
MP+·
SV7 starts with 'MP+' (0x4D 0x50 0x2B) followed by version byte 0x07 or 0x08 (flags). SV8 starts with 'MPCK' (0x4D 0x50 0x43 0x4B). Both forms in use.

Programs that open MPC files

Windows6 apps
VLC media player Open-source Open VLC, drag and drop the .mpc file, or File → Open File.
Winamp Free Winamp relaunched in 2023 (new owners); classic in_mpc plugin supports Musepack playback.
KMPlayer Freemium Open .mpc via File → Open file(s).
MediaMonkey Freemium Add .mpc files to library; requires Musepack codec plugin for playback.
Foobar2000 Free Drag .mpc file into foobar2000 playlist; Musepack support built-in via bundled foo_musepack component.
J. River Media Center Paid Supports Musepack via built-in codec; add to library or open directly.
macOS1 app
VLC media player Open-source Open VLC, drag .mpc file onto the player window.
Linux4 apps
VLC media player Open-source vlc file.mpc from terminal or open via GUI.
MPlayer Open-source mplayer file.mpc from terminal.
Audacious Open-source Drag .mpc into Audacious playlist; requires audacious-plugins with musepack support.
Music Player Daemon (MPD) Open-source MPD supports Musepack via libmpc; add files to music directory.
Android1 app
VLC media player for Android Open-source Browse to the .mpc file in VLC for Android and tap to play.

Technical details

deep spec
Codec basisMPEG-1 Layer 2 psychoacoustic model; not bitstream-compatible with MP2 or MP3
Stream versionsSV4-SV6 (obsolete); SV7 (dominant, finalized 2004); SV8 / MPCK (2009)
SV7 magic bytes4D 50 2B 07/08 hex ('MP+' followed by version byte) at offset 0
SV8 magic bytes4D 50 43 4B hex ('MPCK') at offset 0
Frame structure (SV7)32 sub-bands × 36 sub-band samples = 1,152 PCM samples per frame; bit-packed, not byte-aligned
Packet structure (SV8)TLV (type/length/value) packets; byte-aligned; supports random access and direct streaming
Typical bitrate160-200 kbps for near-transparent quality; variable bitrate by design
Supported sample rates32000, 37800, 44100, 48000 Hz (SV7); arbitrary rates supported in SV8
Tag formatAPEv2 preferred (appended at end of file); ID3v1 also supported; ID3v2 tolerated but not natively handled by libmpc
SeekingExpensive in SV7 (no seek index; non-byte-aligned stream); SV8 packet structure enables efficient seeking
Integrity checkingSV8: per-packet CRC checksums; SV7: no checksum
Byte orderSV7: little-endian; SV8: big-endian for variable-length packet size fields
Released1997 (as MPEGplus / MP+); renamed Musepack circa 2000
Latest versionStream Version 8 (SV8, 2009); SV7 remains the most widely deployed
Open standardYes · royalty-free
Specificationwiki.multimedia.cx

MPC conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with MPC files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about MPC files.

Frequently asked questions

What is an MPC file?
A Musepack (.mpc) audio file - a lossy compressed audio format similar to MP3 but optimized for higher quality at 160-200 kbps. Popular among audiophiles in the early 2000s.
How do I play an MPC file?
Use VLC (free, all platforms) or foobar2000 (Windows). Both support Musepack natively.
How do I convert MPC to MP3 or FLAC?
In foobar2000: right-click the file → Convert → output format MP3 or FLAC. Or use FFmpeg: ffmpeg -i input.mpc output.flac
Is Musepack still a good format?
Not for new files - Opus and AAC outperform it. For existing MPC collections, VLC and foobar2000 still play them fine. Consider archiving to FLAC.
What is the difference between SV7 and SV8?
SV7 (the common format) has bit-packed frames and no seek table. SV8 (2009) uses a packet structure with checksums and better seeking, but was never widely adopted.
Does Windows Media Player support MPC files?
No - WMP has no native Musepack support. Use VLC or foobar2000 instead.

References

1Wikipedia - Musepacken.wikipedia.org
2MultimediaWiki - Musepackwiki.multimedia.cx

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.MDMarkdown Document
3.CRDOWNLOADChrome Partial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Related extensions

.OPUSOpus Audio File (Ogg Opus)
.M3UM3U Media Playlist (MP3 URL)
.M3U8UTF-8 M3U Playlist / HLS (HTTP Live Streaming) Playlist
.WFPWaveFront Program file (Turtle Beach)
.XSPFXSPF - XML Shareable Playlist Format (pronounced 'spiff')
.AMRAdaptive Multi-Rate (AMR) audio

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z