Difference between revisions of "WMA to WAV using FFmpeg"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | [[Main Page]] > [[Documentation]] > [[ | + | [[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 sample.wma from http://www.nch.com.au/acm/formats.html |
Revision as of 11:01, 2 April 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 | 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) | 4.13 s/4.458 s (conflict in FITS) 4.36 s (FFmpeg) |
Channels | 2 | 2 |
Bitrate | 32000 (FITS); 53000 (FFmpeg) | 705000 |
SampleRate | 22050 | 22050 |
BitDepth | 16 (element called DataPackets in FITS) | 16 |