Convert SHN to MP2
Max file size 100mb.
SHN vs MP2 Format Comparison
| Aspect | SHN (Source Format) | MP2 (Target Format) |
|---|---|---|
| Format Overview |
SHN
Shorten Audio Format
Shorten is a lossless audio compression format created by Tony Robinson at SoftSound in 1993. It was one of the earliest practical lossless audio codecs and became the de facto standard for trading live concert recordings online during the late 1990s and early 2000s, particularly among fans of Grateful Dead, Phish, and other jam bands. Though largely superseded by FLAC, SHN files remain common in legacy music archives. Lossless Legacy |
MP2
MPEG-1 Audio Layer II
MP2 (MPEG-1 Audio Layer II) is a lossy audio compression standard finalized in 1993 as part of the MPEG-1 specification. While overshadowed by its successor MP3 in consumer markets, MP2 remains the dominant format in professional broadcasting, DAB digital radio, and DVB television audio across Europe and much of the world. Its lower encoding complexity and superior error resilience make it ideal for real-time broadcast chains. Lossy Legacy |
| Technical Specifications |
Sample Rates: 8 kHz – 96 kHz
Bit Depth: 8, 16-bit integer Channels: Mono, Stereo Codec: Shorten (predictive coding + Huffman) Container: Raw Shorten stream (.shn) |
Sample Rates: 16, 22.05, 24, 32, 44.1, 48 kHz
Bit Rates: 32–384 kbps Channels: Mono, Stereo, Joint Stereo, Dual Channel Codec: MPEG-1/2 Layer II (sub-band coding) Container: Raw MPEG audio (.mp2, .mpa) |
| Audio Encoding |
Shorten uses linear prediction to model audio samples and encodes residuals with Huffman coding, achieving lossless compression ratios of roughly 2:1: # Decode SHN to WAV (intermediate) ffmpeg -i input.shn output.wav # Direct SHN to MP2 conversion ffmpeg -i input.shn -codec:a mp2 \ -b:a 320k output.mp2 |
MP2 uses sub-band coding with psychoacoustic modeling, dividing audio into 32 frequency bands and allocating bits based on perceptual importance: # Encode to MP2 at 320 kbps ffmpeg -i input.wav -codec:a mp2 \ -b:a 320k output.mp2 # Broadcast-standard MP2 (48 kHz, 384 kbps) ffmpeg -i input.wav -ar 48000 \ -codec:a mp2 -b:a 384k output.mp2 |
| Audio Features |
|
|
| Advantages |
|
|
| Disadvantages |
|
|
| Common Uses |
|
|
| Best For |
|
|
| Version History |
Introduced: 1993 (Tony Robinson, SoftSound)
Current Version: Shorten 3.x Status: Legacy, no active development Evolution: Shorten (1993) → largely replaced by FLAC (2001) |
Introduced: 1993 (ISO/IEC 11172-3, MPEG-1 Audio)
Current Version: MPEG-1/2 Layer II (stable) Status: Mature, still mandated in broadcasting Evolution: Musicam (1989) → MPEG-1 Layer II (1993) → MPEG-2 extension (1994) |
| Software Support |
Media Players: foobar2000, VLC, Winamp (plugin)
Decoders: FFmpeg, shorten CLI tool Mobile: Not natively supported Web Browsers: Not supported Archives: etree.org, archive.org, bt.etree.org |
Media Players: VLC, foobar2000, WMP, mpv
Encoders: FFmpeg, TwoLAME, toolame Mobile: Android (most players), iOS (limited) Web Browsers: Limited support Broadcast: All DAB/DVB broadcast equipment |
Why Convert SHN to MP2?
Converting SHN to MP2 serves a specific professional need: preparing concert recordings for broadcast radio, television audio, or legacy media systems that require MPEG Layer II encoding. While MP2 is not a common consumer format, it remains the mandatory audio standard for DAB digital radio, DVB television, and many professional broadcast playout systems across Europe and globally. If you need to air or distribute concert recordings through these channels, MP2 is the required format.
The Shorten format's concert recordings represent a treasure trove of live music that occasionally finds its way into radio programming. Classic rock and jam band radio shows, retrospective broadcasts, and anniversary specials often draw from archival concert recordings. These SHN sources must be converted to MP2 at broadcast-standard bitrates (typically 256-384 kbps at 48 kHz) to integrate with professional playout and transmission systems.
At higher bitrates, MP2 actually offers comparable or slightly better perceptual quality than MP3. The sub-band coding approach of Layer II handles complex musical passages with less pre-echo artifacts than MP3's MDCT-based encoding. For live concert recordings with their rich harmonic content and sudden transients, MP2 at 320-384 kbps produces clean results. This quality characteristic, combined with superior error resilience during transmission, is why broadcasters chose MP2 over MP3.
For most consumer use cases, MP3 or AAC would be more practical targets than MP2. However, if your workflow involves broadcast automation, DVD authoring, or integration with professional media infrastructure, SHN-to-MP2 conversion fills a real need. The lossless SHN source provides the best possible starting point for MP2 encoding, ensuring the broadcast output maintains the highest quality the codec can deliver.
Key Benefits of Converting SHN to MP2:
- Broadcast Standard: Required format for DAB radio and DVB television audio
- Error Resilience: More robust than MP3 during radio/TV transmission
- Quality at High Bitrates: Excellent perceptual quality at 320-384 kbps
- Low Complexity: Real-time encoding for live broadcast applications
- DVD Compatible: Standard audio format for DVD-Video authoring
- Professional Integration: Works with broadcast automation and playout systems
- Regulatory Compliance: Meets EBU and broadcast standard requirements
Practical Examples
Example 1: Radio Station Concert Programming
Scenario: A classic rock radio station wants to broadcast a legendary Grateful Dead concert from their SHN archive during a weekend retrospective special.
Source: gd1972-08-27_europa.shn (full show, 2.1 GB) Conversion: SHN → MP2 (384 kbps, 48 kHz stereo) Result: gd1972-08-27_broadcast.mp2 (430 MB) Broadcast workflow: 1. Convert SHN to MP2 at broadcast standard (384k/48kHz) 2. Normalize loudness to EBU R128 (-23 LUFS) 3. Import into broadcast playout system (e.g., Myriad, ZaraRadio) 4. Schedule in programming grid for weekend broadcast 5. MP2 transmitted via DAB multiplex to listeners
Example 2: DVD Concert Video Production
Scenario: A documentarian is creating a DVD about the live music trading community and needs to include SHN concert audio clips in the DVD-Video format.
Source: Selected SHN clips from various shows (5 GB) Conversion: SHN → MP2 (48 kHz, 256 kbps, stereo) Result: DVD-compatible MP2 audio tracks (520 MB) DVD authoring requirements met: + MP2 is a standard MPEG-2 audio format for DVD-Video + 48 kHz sample rate matches DVD specification + Stereo MP2 compatible with all DVD players + Muxed with video in DVD Studio Pro or DVDAuthor + Plays on standalone DVD players worldwide
Example 3: DAB+ Digital Radio Submission
Scenario: A music curator provides weekly concert recordings to a DAB+ digital radio channel and needs to deliver archival SHN recordings in broadcast-ready MP2 format.
Source: Weekly SHN concert selection (each ~1.5 GB) Conversion: SHN → MP2 (256 kbps, 48 kHz) Result: Broadcast-ready MP2 files (~150 MB each) DAB+ delivery specifications: + MP2 at 256 kbps meets DAB multiplex requirements + 48 kHz sample rate standard for digital broadcast + Error resilience ensures clean reception + Low decode complexity for car and portable DAB radios + Metadata (DLS) added by broadcast playout system
Frequently Asked Questions (FAQ)
Q: What is MP2 and how does it differ from MP3?
A: MP2 (MPEG-1 Audio Layer II) is the predecessor to MP3, using simpler sub-band coding instead of MP3's MDCT transform. While MP3 is more efficient at low bitrates, MP2 offers comparable quality at higher bitrates (256+ kbps) with better error resilience. MP2 is the standard audio format for broadcasting (DAB radio, DVB television) while MP3 dominates consumer use. Both were standardized in 1993 as part of the MPEG-1 specification.
Q: Why would I convert concert recordings to MP2 specifically?
A: The primary reason is broadcast compliance. If you need to play concert recordings on DAB radio, include them in DVB television programming, or integrate with professional broadcast playout systems, MP2 is the required or preferred format. It is also needed for DVD-Video authoring. For general personal listening, MP3, AAC, or FLAC would be more practical choices.
Q: What bitrate should I use for MP2 encoding from SHN?
A: For broadcast use, 256-384 kbps at 48 kHz is standard. At 384 kbps, MP2 delivers excellent quality that rivals the original lossless source in perceptual testing. For DVD audio, 256 kbps at 48 kHz is typical. Avoid bitrates below 192 kbps for music content, as MP2's efficiency drops significantly at lower rates. Since your SHN source is lossless, encoding at the highest practical bitrate preserves maximum quality.
Q: Will gapless playback work with MP2 for live concerts?
A: MP2 does not natively support gapless playback metadata, so there will be brief silence gaps between tracks. For broadcast use, this is usually handled by the playout system which crossfades or abuts tracks seamlessly. For personal listening, this is a significant limitation for live concert recordings. If gapless playback matters, consider MP3 with LAME gapless info, AAC, or FLAC instead.
Q: Can I play MP2 files on my phone or computer?
A: Yes, most media players handle MP2. VLC, foobar2000, Windows Media Player, and mpv all decode MP2 natively. Android devices generally play MP2 through their built-in media framework. iOS support is limited but VLC for iOS handles it. Web browser support is inconsistent. MP2 is fully playable but not as universally convenient as MP3 or AAC for everyday consumer use.
Q: Is MP2 quality good enough for concert recordings?
A: At 320-384 kbps, MP2 quality is very good and suitable for broadcast of concert material. Perceptual tests have shown MP2 at 256 kbps is comparable to MP3 at 192 kbps for complex music. Live recordings with their dynamic range and complex harmonics benefit from MP2's sub-band approach, which handles transients with fewer pre-echo artifacts than MP3. For broadcast purposes, the quality is fully professional.
Q: How does MP2 handle the dynamic range of live recordings?
A: MP2 handles dynamic range reasonably well at high bitrates. However, broadcast standards typically require loudness normalization (EBU R128 at -23 LUFS), which reduces the dynamic range of live recordings. This normalization happens after the SHN-to-MP2 conversion as part of the broadcast preparation chain. The MP2 codec itself preserves whatever dynamic range is present in the source material.
Q: How long does SHN to MP2 conversion take?
A: Very fast — MP2 encoding is simpler than MP3 or AAC encoding. A 70-minute concert converts in 2-5 minutes on modern hardware, roughly 15-30 times faster than real-time. The bottleneck is SHN decoding rather than MP2 encoding. Batch conversion of multiple shows for broadcast scheduling is easily accomplished in a short time.