Difference between revisions of "Musepack"
Jump to navigation
Jump to search
m (Add wikilinks) |
(Rewrite description entirely (my synthesis) to remove close paraphrase of Wikipedia) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{website| | + | {{Codec audio|id=mpc|encoder=n|mod=mpc}} |
+ | {{website|Musepack|https://www.musepack.net/}} | ||
+ | {{Mmwiki|Musepack}} | ||
{{open}} | {{open}} | ||
− | ''' | + | '''Musepack''' ('''MPC''') is a [[lossy]] [[VBR]] audio codec based on the [[MP2]] codec that aims to [[compress]]/decompress faster than [[mp3]] or [[AAC]] while maintaining high sound quality. |
− | + | Support for Musepack was added in VLC 0.8.4, and both formats (S7 and S8) have been [[supported]] since 1.1.6 (according to [https://www.musepack.net/index.php?pg=new Musepack: A wake up call and VLC support]). | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Source code == | == Source code == | ||
{{file|modules/demux/mpc.c|input demuxer}} | {{file|modules/demux/mpc.c|input demuxer}} | ||
− | |||
− |
Latest revision as of 05:45, 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 VBR audio codec based on the MP2 codec that aims to compress/decompress faster than mp3 or AAC while maintaining high sound quality.
Support for Musepack was added in VLC 0.8.4, and both formats (S7 and S8) have been supported since 1.1.6 (according to Musepack: A wake up call and VLC support).
Source code
- modules/demux/mpc.c (input demuxer)