Difference between revisions of "WMA to WAV using FFmpeg"
Jump to navigation
Jump to search
(Created page with 'Main Page > Documentation > Format-specific preservation plans > MPEG-1 Audio, Layer 3 > WMA to WAV using FFmpeg *Used Sample.mp3 from http://www.nch.com.au/acm…') |
|||
Line 1: | Line 1: | ||
[[Main Page]] > [[Documentation]] > [[Format-specific preservation plans]] > [[MPEG-1 Audio, Layer 3]] > WMA to WAV using FFmpeg | [[Main Page]] > [[Documentation]] > [[Format-specific preservation plans]] > [[MPEG-1 Audio, Layer 3]] > WMA to WAV using FFmpeg | ||
− | *Used | + | *Used sample.wma from http://www.nch.com.au/acm/formats.html |
+ | *Used the following command to convert the file: ffmpeg -i sample.wma sample.wav | ||
Line 17: | Line 18: | ||
|Size | |Size | ||
|29263 | |29263 | ||
− | | | + | |393260 |
|- | |- | ||
|Duration | |Duration | ||
Line 25: | Line 26: | ||
|Channels | |Channels | ||
|2 | |2 | ||
− | | | + | |2 |
|- | |- | ||
|Bitrate | |Bitrate | ||
Line 33: | Line 34: | ||
|SampleRate | |SampleRate | ||
|22050 | |22050 | ||
− | | | + | |22050 |
|- | |- | ||
|BitDepth | |BitDepth | ||
|16 (element called DataPackets in FITS) | |16 (element called DataPackets in FITS) | ||
− | | | + | |16 |
|-}</br> | |-}</br> |
Revision as of 17:04, 11 February 2010
Main Page > Documentation > Format-specific preservation plans > MPEG-1 Audio, Layer 3 > WMA to WAV using FFmpeg
- Used sample.wma from http://www.nch.com.au/acm/formats.html
- Used the following command to convert the file: ffmpeg -i sample.wma sample.wav
Property | Original | Normalized |
---|---|---|
Codec | Windows Media Audio 9.1 | pcm_s16le (FFmpeg log file); PCM audio in integer format (FITS); Microsoft PCM (FITS) |
Size | 29263 | 393260 |
Duration | PlayDuration: 5.98 s/ SendDuration 5.94 s (FITS); 4.36 s (FFmpeg]] | |
Channels | 2 | 2 |
Bitrate | 32000 | |
SampleRate | 22050 | 22050 |
BitDepth | 16 (element called DataPackets in FITS) | 16 |