mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-25 12:19:52 +00:00
doc/ffserver: reorder/extend stream video encoding options
This commit is contained in:
parent
b9a3ac89c8
commit
a42c20f089
@ -413,12 +413,19 @@ specifies the @option{minrate} and @option{maxrate} encoding options
|
||||
expressed in kbits per second.
|
||||
|
||||
@item VideoBitRateRangeTolerance @var{n}
|
||||
Set video bitrate tolerance in kbits per second.
|
||||
|
||||
@item PixelFormat
|
||||
@item PixelFormat @var{pixel_format}
|
||||
Set video pixel format.
|
||||
|
||||
@item Debug @var{integer}
|
||||
Set video @option{debug} encoding option.
|
||||
|
||||
@item Strict @var{integer}
|
||||
Set video @option{strict} encoding option.
|
||||
|
||||
@item VideoBufferSize @var{n}
|
||||
Set ratecontrol buffer size.
|
||||
Set ratecontrol buffer size, expressed in KB.
|
||||
|
||||
@item VideoFrameRate @var{n}
|
||||
Set number of video frames per second.
|
||||
@ -437,9 +444,33 @@ Transmit only intra frames (useful for low bitrates, but kills frame rate).
|
||||
If non-intra only, an intra frame is transmitted every VideoGopSize
|
||||
frames. Video synchronization can only begin at an intra frame.
|
||||
|
||||
@item VideoTag @var{tag}
|
||||
Set video tag.
|
||||
|
||||
@item VideoHighQuality
|
||||
@item Video4MotionVector
|
||||
|
||||
@item BitExact
|
||||
Set bitexact encoding flag.
|
||||
|
||||
@item IdctSimple
|
||||
Set simple IDCT algorithm.
|
||||
|
||||
@item Qscale @var{n}
|
||||
Enable constant quality encoding, and set video qscale (quantization
|
||||
scale) value, expressed in @var{n} QP units.
|
||||
|
||||
@item VideoQMin @var{n}
|
||||
@item VideoQMax @var{n}
|
||||
Set video qmin/qmax.
|
||||
|
||||
@item VideoQDiff @var{integer}
|
||||
Set video @option{qdiff} encoding option.
|
||||
|
||||
@item LumiMask @var{float}
|
||||
@item DarkMask @var{float}
|
||||
Set @option{lumi_mask}/@option{dark_mask} encoding options.
|
||||
|
||||
@item AudioCodec @var{codec_name}
|
||||
@item VideoCodec @var{codec_name}
|
||||
Set audio/video codec.
|
||||
@ -448,10 +479,6 @@ Set audio/video codec.
|
||||
@item NoVideo
|
||||
Suppress audio/video.
|
||||
|
||||
@item VideoQMin @var{n}
|
||||
@item VideoQMax @var{n}
|
||||
Set video qmin/qmax.
|
||||
|
||||
@item AVOptionAudio @var{option} @var{value}
|
||||
@item AVOptionVideo @var{option} @var{value}
|
||||
Set generic option for audio/video stream.
|
||||
|
Loading…
Reference in New Issue
Block a user