Difference between revisions of "WAV to FLAC using FLAC"

From Archivematica
Jump to navigation Jump to search
(Created page with 'Main Page > Documentation > Media type preservation plans > MPEG-1 Audio, Layer 3 > MP3 to WAV using FFmpeg *Used sample.mp3 from http://www.nch.com.au/acm/form...')
 
Line 9: Line 9:
 
|-
 
|-
 
|- style="background-color:#cccccc;"
 
|- style="background-color:#cccccc;"
!style="width:20%"|'''Property'''
+
!style="width:10%"|'''Property'''
!style="width:20%"|'''Original'''
+
!style="width:30%"|'''Original'''
!style="width:20%"|'''Normalized'''
+
!style="width:30%"|'''Encoded to FLAC'''
 +
!style="width:30%"|'''Decoded
 
|-
 
|-
 
|Codec
 
|Codec

Revision as of 14:16, 28 July 2010

Main Page > Documentation > Media type preservation plans > MPEG-1 Audio, Layer 3 > MP3 to WAV using FFmpeg

  • Used sample.mp3 from http://www.nch.com.au/acm/formats.html
  • Used the the following command to convert the file: ffmpeg -i sample.mp3 sample.wav
  • Some of the metadata in this table are taken from the FFmpeg metadata that were generated during conversion. These are indicated by FFmpeg in brackets next to the value.


Property Original Encoded to FLAC Decoded
Codec MPEG 1 Audio, Layer 3 Free Lossless Audio Codec
Size 35952 bytes 170218 bytes
Duration 4.44 s 2.22 s (FITS - appears to be incorrect); 04.44 (FFmpeg)
Channels 2 2
Bitrate 64 kb/s 64 kb/s (FFmpeg)
SampleRate 44100 HZ 44100 HZ
BitDepth 64 (FITS - appears to be incorrect); 16 (FFmpeg) 16 (FFmpeg)