Difference between revisions of "WMA to WAV using FFmpeg"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
*Used sample.wma from http://www.nch.com.au/acm/formats.html | *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 | *Used the following command to convert the file: ffmpeg -i sample.wma sample.wav | ||
+ | *Most of the metadata in this table are taken from the FFmpeg metadata that were generated during conversion. | ||
Line 14: | Line 15: | ||
|Codec | |Codec | ||
|Windows Media Audio 9.1 | |Windows Media Audio 9.1 | ||
− | | | + | |PCM |
|- | |- | ||
|Size | |Size | ||
Line 27: | Line 28: | ||
|2 | |2 | ||
|2 | |2 | ||
+ | |- | ||
+ | |Channel mapping | ||
+ | | | ||
+ | | | ||
|- | |- | ||
|SampleRate | |SampleRate |
Latest revision as of 12:13, 11 August 2010
Main Page > Documentation > Media type preservation plans > Windows Media Audio Format > 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
- Most of the metadata in this table are taken from the FFmpeg metadata that were generated during conversion.
Property | Original | Normalized |
---|---|---|
Codec | Windows Media Audio 9.1 | PCM |
Size | 29,263 | 393,260 |
Duration | 4.36 s | 4.36 s |
Channels | 2 | 2 |
Channel mapping | ||
SampleRate | 22050 | 22050 |
BitDepth | 16 | 16 |