Difference between revisions of "MP3 to WAV using FFmpeg"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
*Used Sample.mp3 from http://www.nch.com.au/acm/formats.html | *Used Sample.mp3 from http://www.nch.com.au/acm/formats.html | ||
− | *Used the command ffmpeg -i sample.mp3 sample.wav | + | *Used the the following command to convert the file: ffmpeg -i sample.mp3 sample.wav |
Revision as of 14:02, 16 February 2010
Main Page > Documentation > Format-specific 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
Property | Original | Normalized |
---|---|---|
Codec | MPEG 1 Audio, Layer 3 (MP3) | pcm_s16le (FFmpeg log file); PCM audio in integer format (FITS); Microsoft PCM (FITS) |
Size | 35952 | 783404 |
Duration | 4.44 s | 4.44 s |
Channels | 2 | 2 |
Bitrate | 64 kpb/s (FFmpeg) | 1411 kpb/s (FFMpeg) |
SampleRate | 44100 | 44100 |
BitDepth | 16 (FFmpeg); 64 (FITS - appears to be incorrect) | 16 |