Difference between revisions of "AIFF to WAV using FFmpeg"
Jump to navigation
Jump to search
(Created page with 'Main Page > Documentation > Media type preservation plans > Windows Media Audio Format > AIFF to WAV using FFmpeg *File used was from unprocessed archives *Used...') |
|||
Line 3: | Line 3: | ||
*File used was from unprocessed archives | *File used was from unprocessed archives | ||
*Used the following command to convert the file: ffmpeg -i file.aif file.wav | *Used the following command to convert the file: ffmpeg -i file.aif file.wav | ||
− | + | ||
Line 18: | Line 18: | ||
|- | |- | ||
|Size | |Size | ||
− | | | + | |35,767,444 |
| | | | ||
|- | |- | ||
Line 35: | Line 35: | ||
|SampleRate | |SampleRate | ||
| | | | ||
− | | | + | |48000 HZ |
|- | |- | ||
|BitDepth | |BitDepth |
Revision as of 11:43, 11 August 2010
Main Page > Documentation > Media type preservation plans > Windows Media Audio 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 | Uncompressed WAV | |
Size | 35,767,444 | |
Duration | ||
Channels | 2 | 2 |
Channel mapping | ||
SampleRate | 48000 HZ | |
BitDepth | 16 | 16 |