Difference between revisions of "AIFF to WAV using FFmpeg"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | [[Main Page]] > [[Documentation]] > [[Media type preservation plans]] > [[ | + | [[Main Page]] > [[Documentation]] > [[Media type preservation plans]] > [[Audio Interchange File Format]] > AIFF to WAV using FFmpeg |
*File used was from unprocessed archives | *File used was from unprocessed archives | ||
Line 14: | Line 14: | ||
|- | |- | ||
|Codec | |Codec | ||
− | | | + | |PCM |
− | | | + | |PCM |
|- | |- | ||
|Size | |Size | ||
− | |35,767,444 | + | |35,767,444 bytes |
− | | | + | |35,766,976 bytes |
|- | |- | ||
|Duration | |Duration | ||
− | | | + | |03:06:28 |
− | | | + | |03:06:28 |
|- | |- | ||
|Channels | |Channels | ||
Line 30: | Line 30: | ||
|- | |- | ||
|Channel mapping | |Channel mapping | ||
− | | | + | |channelNum="0" mapLocation="LEFT", channelNum="1" mapLocation="RIGHT" |
− | | | + | |channelNum="0" mapLocation="LEFT", channelNum="1" mapLocation="RIGHT" |
|- | |- | ||
|SampleRate | |SampleRate | ||
− | | | + | |48000 HZ |
|48000 HZ | |48000 HZ | ||
|- | |- |
Revision as of 12:08, 11 August 2010
Main Page > Documentation > Media type preservation plans > Audio Interchange File Format > AIFF to WAV using FFmpeg
- File used was from unprocessed archives
- Used the following command to convert the file: ffmpeg -i file.aif file.wav
Property | Original | Normalized |
---|---|---|
Codec | PCM | PCM |
Size | 35,767,444 bytes | 35,766,976 bytes |
Duration | 03:06:28 | 03:06:28 |
Channels | 2 | 2 |
Channel mapping | channelNum="0" mapLocation="LEFT", channelNum="1" mapLocation="RIGHT" | channelNum="0" mapLocation="LEFT", channelNum="1" mapLocation="RIGHT" |
SampleRate | 48000 HZ | 48000 HZ |
BitDepth | 16 | 16 |