Changes between Version 1 and Version 2 of audio types
- Timestamp:
- Sep 21, 2012, 8:22:35 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
audio types
v1 v2 38 38 39 39 * pcm_bluray, which can be at least 24 bit, possibly other bit rates. 40 41 The default for .wav files is to use pcm_s16le, you can change it like: 42 43 {{{ ffmpeg -i input -acodec pcm_s32le yo.wav }}} 44 45 and thus store other types of wave formats in there.