Difference between revisions of "AC3 to WAV using FFmpeg"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
*Used ac3_the_other_side_48khz.ac3 from http://www.kellyindustries.com/sounds.html | *Used ac3_the_other_side_48khz.ac3 from http://www.kellyindustries.com/sounds.html | ||
*Used the the following command to convert the file: ffmpeg -i ac3_the_other_side_48khz.ac3 ac3_the_other_side_48khz.wav | *Used the the following command to convert the file: ffmpeg -i ac3_the_other_side_48khz.ac3 ac3_the_other_side_48khz.wav | ||
− | * | + | *Most of the metadata in this table are taken from the FFmpeg metadata that were generated during conversion. |
</br> | </br> | ||
Line 15: | Line 15: | ||
|Codec | |Codec | ||
|AC3 (Dolby Digital Stream) | |AC3 (Dolby Digital Stream) | ||
− | | | + | |Uncompressed WAV |
|- | |- | ||
|Size | |Size | ||
− | | | + | |12,508,160 bytes |
− | | | + | |90,058,796 bytes |
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
|Channels | |Channels | ||
− | |5.1 | + | |5.1 |
− | | | + | |5.1 |
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
|SampleRate | |SampleRate | ||
Line 38: | Line 30: | ||
|- | |- | ||
|BitDepth | |BitDepth | ||
− | |16 | + | |16 |
|16 | |16 | ||
|-}</br> | |-}</br> |
Revision as of 16:40, 6 August 2010
Main Page > Documentation > Media type preservation plans > AC-3 Compressed Audio (Dolby Digital) > AC3 to WAV using FFmpeg
- Used ac3_the_other_side_48khz.ac3 from http://www.kellyindustries.com/sounds.html
- Used the the following command to convert the file: ffmpeg -i ac3_the_other_side_48khz.ac3 ac3_the_other_side_48khz.wav
- Most of the metadata in this table are taken from the FFmpeg metadata that were generated during conversion.
Property | Original | Normalized |
---|---|---|
Codec | AC3 (Dolby Digital Stream) | Uncompressed WAV |
Size | 12,508,160 bytes | 90,058,796 bytes |
Channels | 5.1 | 5.1 |
SampleRate | 48000 HZ | 48000 HZ |
BitDepth | 16 | 16 |