Changes between Version 33 and Version 34 of AudioChannelManipulation
- Timestamp:
- Jun 16, 2021, 10:30:50 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AudioChannelManipulation
v33 v34 40 40 }}} 41 41 42 * If you only want the left channel use `FL` instead of `FR`. See `ffmpeg -layouts` for a list of channel names. 42 * If you only want the left channel use `FL` instead of `FR`. See `ffmpeg -layouts` for a list of channel names. If you are working with a video file, you can use `-map 0:0 -c:v copy` to preserve the video stream. 43 43 44 44 Example using the [https://ffmpeg.org/ffmpeg-filters.html#pan pan] audio filter:
