Options


The equivalent options for wavpack command line utility are listed in parentheses.

The following shared options are effective for this encoder. Only special notes about this particular encoder will be documented here. For the general meaning of the options, see .

'frame_size (--blocksize)'

For this encoder, the range for this option is between 128 and 131072. Default is automatically decided based on sample rate and number of channel.

For the complete formula of calculating default, see 'libavcodec/wavpackenc.c'.

'compression_level (-f, -h, -hh, and -x)'

This option's syntax is consistent with 's.

'joint_stereo (-j)'

Set whether to enable joint stereo. Valid values are:

'on (1)'

Force mid/side audio encoding.

'off (0)'

Force left/right audio encoding.

'auto'

Let the encoder decide automatically.

'optimize_mono'

Set whether to enable optimization for mono. This option is only effective for non-mono streams. Available values:

'on'

enabled

'off'

disabled

A description of some of the currently available video encoders follows.