Difference between revisions of "MP3 to WAV using FFmpeg"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
*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 the following command to convert the file: ffmpeg -i sample.mp3 sample.wav | *Used the the following command to convert the file: ffmpeg -i sample.mp3 sample.wav | ||
− | * | + | *Most of the metadata in this table are taken from the FFmpeg metadata that were generated during conversion. |
</br> | </br> | ||
Line 28: | Line 28: | ||
|2 | |2 | ||
|2 | |2 | ||
+ | |- | ||
+ | |Channel mapping | ||
+ | | | ||
+ | | | ||
|- | |- | ||
|SampleRate | |SampleRate |
Revision as of 08:15, 9 August 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
- Most of the metadata in this table are taken from the FFmpeg metadata that were generated during conversion.
Property | Original | Normalized |
---|---|---|
Codec | MPEG 1 Audio, Layer 3 (MP3) | Uncompressed WAV |
Size | 35,952 bytes | 783,404 bytes |
Duration | 4.44 s | 4.44 s |
Channels | 2 | 2 |
Channel mapping | ||
SampleRate | 44100 HZ | 44100 HZ |
BitDepth | 16 | 16 |