Changes between Version 22 and Version 23 of AudioChannelManipulation
- Timestamp:
- Aug 19, 2015, 3:11:18 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AudioChannelManipulation
v22 v23 13 13 }}} 14 14 15 Mix a single stereo stream down to a mono stream, without phase cancellation. Both channels of the stereo stream will be downmixed into the stream: 16 17 {{{ 18 ffmpeg -i stereo.flac -filter_complex '[a]pan=mono|FC<FL+FR[ip];[a]pan=mono|FC<FL+-1*FR[oop];[ip][oop]amix' mono.flac 19 }}} 15 Note: Any out of phase stereo will cancel out. 20 16 21 17 == stereo → 2 × mono files ==
