mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
manpage: correct option minchn->minch for lavcac3enc
This commit is contained in:
@@ -63,7 +63,7 @@ Available filters are:
|
|||||||
Set AVOptions on the SwrContext or AVAudioResampleContext. These should
|
Set AVOptions on the SwrContext or AVAudioResampleContext. These should
|
||||||
be documented by FFmpeg or Libav.
|
be documented by FFmpeg or Libav.
|
||||||
|
|
||||||
``lavcac3enc[=tospdif[:bitrate[:minchn]]]``
|
``lavcac3enc[=tospdif[:bitrate[:minch]]]``
|
||||||
Encode multi-channel audio to AC-3 at runtime using libavcodec. Supports
|
Encode multi-channel audio to AC-3 at runtime using libavcodec. Supports
|
||||||
16-bit native-endian input format, maximum 6 channels. The output is
|
16-bit native-endian input format, maximum 6 channels. The output is
|
||||||
big-endian when outputting a raw AC-3 stream, native-endian when
|
big-endian when outputting a raw AC-3 stream, native-endian when
|
||||||
@@ -92,8 +92,8 @@ Available filters are:
|
|||||||
:5ch: 448
|
:5ch: 448
|
||||||
:6ch: 448
|
:6ch: 448
|
||||||
|
|
||||||
``minchn=<n>``
|
``minch=<n>``
|
||||||
If the input channel number is less than ``<minchn>``, the filter will
|
If the input channel number is less than ``<minch>``, the filter will
|
||||||
detach itself (default: 3).
|
detach itself (default: 3).
|
||||||
|
|
||||||
``sweep[=speed]``
|
``sweep[=speed]``
|
||||||
|
|||||||
Reference in New Issue
Block a user