Difference between revisions of "Musepack"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Website available over HTTPS)
(Misc.)
Line 1: Line 1:
 +
{{Codec audio|id=mpc|encoder=n|mod=mpc}}
 
{{website|Musepack|https://www.musepack.net/}}
 
{{website|Musepack|https://www.musepack.net/}}
 
{{Mmwiki|Musepack}}
 
{{Mmwiki|Musepack}}
 
{{open}}
 
{{open}}
'''Musepack''' ('''MPC''') is an audio codec, designed for [[lossy]] [[compression]] of stereo audio at [[bitrate]]s of 160-180 kbit/s.
+
'''Musepack''' ('''MPC''') is a [[lossy]] audio codec, designed for [[compression]] of stereo audio at [[bitrate]]s of 160-180 kbit/s.
 
 
{{clear}}
 
==Container==
 
{{mux|id=mpc|encoder=n}}
 
The MPC container can only be used for storing data using the Musepack codec.
 
  
 
== Source code ==
 
== Source code ==
 
{{file|modules/demux/mpc.c|input demuxer}}
 
{{file|modules/demux/mpc.c|input demuxer}}
 
[[Category:Audio codecs]]
 

Revision as of 03:49, 27 March 2019

mpc
This is an audio codec. The name to use at the command line is mpc.
This codec is from the mpc module.

Musepack (MPC) is a lossy audio codec, designed for compression of stereo audio at bitrates of 160-180 kbit/s.

Source code