Convert SHN to WMA
Max file size 100mb.
SHN vs WMA Format Comparison
| Aspect | SHN (Source Format) | WMA (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 |
WMA
Windows Media Audio
WMA (Windows Media Audio) is a proprietary audio codec developed by Microsoft and introduced in 1999 as part of the Windows Media framework. Using modified discrete cosine transform (MDCT) coding, WMA Standard delivers competitive quality at low-to-medium bitrates. It was the default audio format for Windows Media Player, the Zune marketplace, and many early Windows-based portable players. While its market share has declined, WMA remains supported across the Windows ecosystem. 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: 8 kHz – 96 kHz
Bit Rates: 32–320 kbps (CBR/VBR) Channels: Mono, Stereo; up to 7.1 (WMA Pro) Codec: WMA Standard, WMA Pro, WMA Lossless Container: ASF (Advanced Systems Format, .wma) |
| 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 WMA conversion ffmpeg -i input.shn -codec:a wmav2 \ -b:a 192k output.wma |
WMA Standard uses MDCT-based perceptual coding similar to MP3 and AAC, with Microsoft's proprietary psychoacoustic model: # Encode to WMA at 192 kbps ffmpeg -i input.wav -codec:a wmav2 \ -b:a 192k output.wma # Higher quality WMA encoding ffmpeg -i input.wav -codec:a wmav2 \ -b:a 256k output.wma |
| 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: 1999 (Microsoft)
Current Version: WMA 10 Pro / WMA Lossless Status: Maintained but declining in relevance Evolution: WMA v1 (1999) → v2 (2000) → Pro (2003) → Lossless (2003) |
| 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: Windows Media Player, VLC, foobar2000, AIMP
Encoders: Windows Media Encoder, FFmpeg (wmav2) Mobile: Windows Phone (native), Android (VLC) Web Browsers: Edge (Windows), limited elsewhere OS Support: Windows (native), macOS/Linux (VLC, FFmpeg) |
Why Convert SHN to WMA?
Converting SHN to WMA targets a specific compatibility need: Windows-based audio systems, older portable players, and car stereos that support WMA alongside MP3 but not more modern formats like AAC, OGG, or Opus. While WMA is a declining format, millions of devices still in use — particularly car head units and older portable players from the 2000s era — recognize WMA as a primary audio format. If your listening hardware specifically needs WMA, this conversion bridges the gap between legacy concert archives and legacy playback devices.
WMA was Microsoft's answer to MP3 during the digital music era, and for a period it was the default format in the Windows ecosystem. Windows Media Player used WMA for CD ripping by default, the Zune marketplace distributed music in WMA, and many Windows-based portable players from Creative, iRiver, and Samsung supported WMA natively. A significant number of these devices are still in active use, particularly in cars and portable speakers.
At higher bitrates (192-256 kbps), WMA Standard produces quality comparable to MP3 at the same rate. The codec uses MDCT-based perceptual coding similar in principle to AAC, and at its best it handles music adequately. For concert recordings, 192 kbps WMA preserves the essential character of live performances — crowd ambience, instrument separation, and dynamics — well enough for casual listening through car speakers or earbuds.
The significant limitation of WMA for concert recordings is the lack of reliable gapless playback. Live sets where jams flow continuously between songs will have brief silence gaps between tracks. For this reason, if your playback device supports MP3 or AAC with gapless capability, those formats are preferable for live music. Use WMA only when it is the only compatible format available on your target device.
Key Benefits of Converting SHN to WMA:
- Windows Native: Built-in support in Windows Media Player and File Explorer
- Legacy Hardware: Works on older portable players and car stereos
- Metadata Support: ASF tags for artist, album, track names, and artwork
- Compact Files: 80% smaller than SHN with acceptable audio quality
- Streaming Ready: Integrates with Windows Media streaming infrastructure
- Xbox Compatible: Plays on Xbox consoles for media center use
- Low Bitrate Efficiency: Good quality at 128-192 kbps for voice and music
Practical Examples
Example 1: Car Stereo USB Playback
Scenario: A concert fan has a 2010-era car stereo that supports MP3 and WMA via USB but not AAC or FLAC, and wants to load their SHN concert collection for road trip listening.
Source: 40 SHN concert recordings (60 GB) Conversion: SHN → WMA (192 kbps) Result: 40 concerts in WMA (12 GB) Car stereo setup: 1. Convert SHN tracks to WMA at 192 kbps 2. Tag with ASF metadata: Artist / Show Date / Song 3. Organize in folders by band and date 4. Copy to USB flash drive 5. Car stereo reads WMA from USB — shows metadata on display
Example 2: Windows Media Player Library
Scenario: A user manages their entire music library in Windows Media Player and wants to add SHN concert recordings to their organized WMP library with proper metadata and album art.
Source: SHN concert archive (200 GB) Conversion: SHN → WMA (256 kbps) Result: WMP-ready concert library (40 GB) Windows Media Player integration: + WMA is WMP's native format — fastest library import + ASF metadata automatically indexed by WMP + Album art displays in Now Playing visualizations + Smart playlists can organize by band, date, venue + Sync to Zune or WMP-compatible portable devices
Example 3: Older Portable Media Player
Scenario: A collector still uses a Creative Zen or iRiver portable player from the mid-2000s that supports WMA and MP3, and wants to load concert recordings for gym and travel use.
Source: 20 favorite SHN concert recordings Conversion: SHN → WMA (160 kbps, to save player storage) Result: 20 concerts in WMA (fitting 4-8 GB player) Portable player benefits: + WMA natively supported by Creative, iRiver, Samsung players + 160 kbps provides good quality for earphone listening + Smaller files than MP3 at equivalent quality + Metadata displays on player screen + Battery-efficient decoding on dedicated hardware
Frequently Asked Questions (FAQ)
Q: Is WMA a good format for concert recordings?
A: WMA is adequate but not ideal for concert recordings. At 192+ kbps, WMA Standard delivers acceptable quality for casual listening. However, its lack of reliable gapless playback is a significant drawback for live music where songs flow together. MP3, AAC, or OGG are generally better choices for concert recordings. Use WMA only when your playback device specifically requires it.
Q: Will I lose audio quality converting SHN to WMA?
A: Yes — WMA Standard is a lossy codec that permanently discards audio information. At 192-256 kbps, the quality loss is modest and acceptable for most listening scenarios. Your lossless SHN source provides the best possible starting material. Always retain the original SHN files as your lossless master archive and treat WMA copies as convenience listening files.
Q: Can I play WMA on Mac or Linux?
A: Not natively. macOS and Linux do not include WMA decoders by default. However, VLC (available on all platforms) plays WMA files without issues. foobar2000 (via Wine on Linux) and mpv also support WMA. If cross-platform compatibility is important, MP3 or AAC are much better choices as they work natively everywhere.
Q: What bitrate should I use for WMA?
A: For music, 192 kbps is the minimum recommended for acceptable quality. 256 kbps provides better fidelity and is preferred for concert recordings with complex musical content. Below 128 kbps, WMA quality degrades noticeably with music (though it handles speech well at lower rates). The maximum for WMA Standard is 320 kbps, but at that bitrate, MP3 320 kbps is more universally compatible.
Q: Does WMA support gapless playback for live concerts?
A: WMA does not reliably support gapless playback. Most WMA players insert brief silence gaps between tracks, which disrupts the continuous flow of live concert recordings. This is a major limitation for jam band music where improvisations transition seamlessly between songs. If gapless playback is important (and it usually is for concert recordings), consider MP3 with LAME, AAC, FLAC, OGG, or Opus instead.
Q: Is WMA still relevant in 2026?
A: WMA has limited relevance in 2026 for new content. Its primary use is compatibility with legacy hardware — car stereos, older portable players, and Windows Media-based systems. For new audio projects, MP3 or AAC offer wider compatibility, and Opus offers better efficiency. However, if you have devices that only support MP3 and WMA, WMA at higher bitrates can provide slightly better quality than MP3 at the same rate.
Q: What about WMA Lossless as an alternative to FLAC?
A: WMA Lossless provides lossless compression similar to FLAC, but with extremely limited platform support — essentially only Windows Media Player and a few Microsoft-ecosystem devices. FLAC is open-source, universally supported, and has a much larger community. WMA Lossless is not recommended for concert archival unless you are exclusively within the Windows Media ecosystem. FLAC is the industry standard for lossless music storage.
Q: How long does SHN to WMA conversion take?
A: Conversion is fast — typically 10 to 20 times faster than real-time. A 70-minute concert converts in about 4-7 minutes using FFmpeg's WMA encoder. The process involves SHN decoding (very fast) followed by WMA encoding (moderate speed). Batch-converting multiple shows for your portable player or car USB drive is practical as a short background task.