channelsplit


Split each channel from an input audio stream into a separate output stream.

It accepts the following parameters:

'channel_layout'

The channel layout of the input stream. The default is "stereo".

'channels'

A channel layout describing the channels to be extracted as separate output streams or "all" to extract each input channel as a separate stream. The default is "all".

Choosing channels not present in channel layout in the input will result in an error.