Difference between revisions of "WAV to FLAC using FLAC"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
|15,983,199 bytes | |15,983,199 bytes | ||
|22,819,452 bytes | |22,819,452 bytes | ||
+ | |- | ||
+ | |Duration | ||
+ | | | ||
+ | | | ||
+ | | | ||
|- | |- | ||
|Channels | |Channels |
Revision as of 16:51, 6 August 2010
Main Page > Documentation > Media type preservation plans > Waveform Audio > WAV to FLAC using FLAC
- Used pro_logic_ii_ravwav_44khz.wav from http://www.kellyindustries.com/sounds.html
- Used the the following command to encode: flac -8 pro_logic_ii_ravwav_44khz.wav
- Used the following command to decode: flac -d pro_logic_ii_ravwav_44khz.wav
Property | Original | Encoded to FLAC | Decoded |
---|---|---|---|
Codec | PCMWAVEFORMAT | Free Lossless Audio Codec | PCMWAVEFORMAT |
Size | 22,819,452 bytes | 15,983,199 bytes | 22,819,452 bytes |
Duration | |||
Channels | 2 | 2 | 2 |
Channel mapping | channelNum=0 mapLocation=LEFT, channelNum=1 mapLocation=RIGHT | channelNum=0 mapLocation=LEFT, channelNum=1 mapLocation=RIGHT | |
SampleRate | 44100 HZ | 44100 HZ | 44100 HZ |
BitDepth | 16 | 16 | 16 |