mirror of https://gitee.com/openkylin/libdv.git
Fix hyphen-used-as-minus-sign.
Forwarded: no Gbp-Pq: Name 0007-manpages.patch
This commit is contained in:
parent
ceadbe2a42
commit
42dfb0442e
|
@ -90,7 +90,7 @@ Choose output-filter: [>raw<]
|
|||
.TP
|
||||
\fB\-q\fR, \fB\-\-static\-qno\fR=\fItable-no\fR
|
||||
Static qno tables for quantisation on 2 VLC passes.
|
||||
For turbo (but somewhat lossy encoding) try -q [1,2] -p [2,3].
|
||||
For turbo (but somewhat lossy encoding) try \-q [1,2] \-p [2,3].
|
||||
There are only two static qno tables registered right now:
|
||||
|
||||
1 : for sharp DV pictures
|
||||
|
|
|
@ -61,9 +61,9 @@ target audio device; e.g. /dev/dsp, which is also the default.
|
|||
\fB\-\-audio\-file\fR=\fIfile\fR
|
||||
send raw decoded audio stream to \fIfile\fR, skipping audio ioctls.
|
||||
.TP
|
||||
\fB\-\-audio\-mix\fR=\fI(-16 .. 16)\fR
|
||||
\fB\-\-audio\-mix\fR=\fI(\-16 .. 16)\fR
|
||||
mixing level of 4 channel audio for 32KHz 12bit. 0 [default].
|
||||
-16 selects second channel, 16 selects first channel.
|
||||
\-16 selects second channel, 16 selects first channel.
|
||||
.PP
|
||||
Video Output Options
|
||||
.TP
|
||||
|
|
Loading…
Reference in New Issue