Changes between Version 6 and Version 7 of audio types
- Timestamp:
- Aug 4, 2017, 11:12:12 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
audio types
v6 v7 63 63 If you want to create a raw file, don't use the WAV format, but the raw one (as seen in the table above), e.g. `s16le`, and the appropriate audio codec: 64 64 65 {{{ ffmpeg -i input -f s16le -c:a pcm_s16le output.raw }}} 65 {{{ 66 ffmpeg -i input -f s16le -c:a pcm_s16le output.raw 67 }}}
