Changes between Version 33 and Version 34 of AudioChannelManipulation


Ignore:
Timestamp:
Jun 16, 2021, 10:30:50 PM (5 years ago)
Author:
456325
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AudioChannelManipulation

    v33 v34  
    4040}}}
    4141
    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.
    4343
    4444Example using the [https://ffmpeg.org/ffmpeg-filters.html#pan pan] audio filter: