Difference between revisions of "WMA to WAV using FFmpeg"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
|Codec | |Codec | ||
|Windows Media Audio 9.1 | |Windows Media Audio 9.1 | ||
− | | | + | |Uncompressed WAV |
|- | |- | ||
|Size | |Size | ||
− | | | + | |29,263 |
− | | | + | |393,260 |
|- | |- | ||
|Duration | |Duration | ||
− | | | + | |4.36 s |
− | | | + | |4.36 s |
|- | |- | ||
|Channels | |Channels | ||
|2 | |2 | ||
|2 | |2 | ||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
|SampleRate | |SampleRate | ||
Line 37: | Line 33: | ||
|- | |- | ||
|BitDepth | |BitDepth | ||
− | |16 | + | |16 |
|16 | |16 | ||
|-}</br> | |-}</br> |
Revision as of 17:21, 6 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
Property | Original | Normalized |
---|---|---|
Codec | Windows Media Audio 9.1 | Uncompressed WAV |
Size | 29,263 | 393,260 |
Duration | 4.36 s | 4.36 s |
Channels | 2 | 2 |
SampleRate | 22050 | 22050 |
BitDepth | 16 | 16 |