Difference between revisions of "WMA to WAV using FFmpeg"

From Archivematica
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…')
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Main Page]] > [[Documentation]] > [[Format-specific preservation plans]] > [[MPEG-1 Audio, Layer 3]]  > WMA to WAV using FFmpeg
+
[[Main Page]] > [[Documentation]] > [[Media type preservation plans]] > [[Windows Media Audio Format]]  > WMA to WAV using FFmpeg
  
*Used Sample.mp3 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
 +
*Most of the metadata in this table are taken from the FFmpeg metadata that were generated during conversion.
  
  
Line 13: Line 15:
 
|Codec
 
|Codec
 
|Windows Media Audio 9.1
 
|Windows Media Audio 9.1
|pcm_s16le (FFmpeg log file); PCM audio in integer format (FITS); Microsoft PCM (FITS)
+
|PCM
 
|-
 
|-
 
|Size
 
|Size
|29263
+
|29,263
|
+
|393,260
 
|-
 
|-
 
|Duration
 
|Duration
|PlayDuration: 5.98 s/ SendDuration 5.94 s (FITS); 4.36 s (FFmpeg]]
+
|4.36 s
|
+
|4.36 s
 
|-
 
|-
 
|Channels
 
|Channels
 
|2
 
|2
 +
|2
 +
|-
 +
|Channel mapping
 
|
 
|
|-
 
|Bitrate
 
|32000
 
 
|
 
|
 
|-
 
|-
 
|SampleRate
 
|SampleRate
 
|22050
 
|22050
|
+
|22050
 
|-
 
|-
 
|BitDepth
 
|BitDepth
|16 (element called DataPackets in FITS)
+
|16
|
+
|16
 
|-}</br>
 
|-}</br>

Latest revision as of 13: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