mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-01 22:49:21 +00:00
doc/ffmpeg: document qscale and video stream special case
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
459c7cb256
commit
74a8fe9483
@ -348,8 +348,13 @@ Stop writing to the stream after @var{framecount} frames.
|
|||||||
|
|
||||||
@item -q[:@var{stream_specifier}] @var{q} (@emph{output,per-stream})
|
@item -q[:@var{stream_specifier}] @var{q} (@emph{output,per-stream})
|
||||||
@itemx -qscale[:@var{stream_specifier}] @var{q} (@emph{output,per-stream})
|
@itemx -qscale[:@var{stream_specifier}] @var{q} (@emph{output,per-stream})
|
||||||
Use fixed quality scale (VBR). The meaning of @var{q} is
|
Use fixed quality scale (VBR). The meaning of @var{q}/@var{qscale} is
|
||||||
codec-dependent.
|
codec-dependent.
|
||||||
|
If @var{qscale} is used without a @var{stream_specifier} then it applies only
|
||||||
|
to the video stream, this is to maintain compatibility with previous behavior
|
||||||
|
and as specifying the same codec specific value to 2 different codecs that is
|
||||||
|
audio and video generally is not what is intended when no stream_specifier is
|
||||||
|
used.
|
||||||
|
|
||||||
@anchor{filter_option}
|
@anchor{filter_option}
|
||||||
@item -filter[:@var{stream_specifier}] @var{filtergraph} (@emph{output,per-stream})
|
@item -filter[:@var{stream_specifier}] @var{filtergraph} (@emph{output,per-stream})
|
||||||
|
Loading…
Reference in New Issue
Block a user