Difference between revisions of "AC3 to WAV using FFmpeg"
Jump to navigation
Jump to search
(Created page with '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 f...') |
|||
(4 intermediate revisions by the same user not shown) | |||
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) | ||
− | | | + | |PCM |
|- | |- | ||
|Size | |Size | ||
− | | | + | |12,508,160 bytes |
− | | | + | |90,058,796 bytes |
|- | |- | ||
|Duration | |Duration | ||
− | | | + | | |
− | | | + | | |
|- | |- | ||
|Channels | |Channels | ||
− | |5.1 | + | |5.1 |
− | | | + | |5.1 |
|- | |- | ||
− | | | + | |Channel mapping |
− | | | + | | |
− | | | + | | |
|- | |- | ||
|SampleRate | |SampleRate | ||
Line 38: | Line 38: | ||
|- | |- | ||
|BitDepth | |BitDepth | ||
− | |16 | + | |16 |
|16 | |16 | ||
|-}</br> | |-}</br> |
Latest revision as of 12:09, 11 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) | PCM |
Size | 12,508,160 bytes | 90,058,796 bytes |
Duration | ||
Channels | 5.1 | 5.1 |
Channel mapping | ||
SampleRate | 48000 HZ | 48000 HZ |
BitDepth | 16 | 16 |