channelmap


Remap input channels to new locations.

It accepts the following parameters:

'map'

Map channels from input to output. The argument is a '|'-separated list of mappings, each in the in_channel-out_channel or in_channel form. in_channel can be either the name of the input channel (e.g. FL for front left) or its index in the input channel layout. out_channel is the name of the output channel or its index in the output channel layout. If out_channel is not given then it is implicitly an index, starting with zero and increasing by one for each mapping.

'channel_layout'

The channel layout of the output stream.

If no mapping is present, the filter will implicitly map input channels to output channels, preserving indices.