Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
a42c20f0
Commit
a42c20f0
authored
Nov 28, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/ffserver: reorder/extend stream video encoding options
parent
b9a3ac89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
6 deletions
+33
-6
ffserver.texi
doc/ffserver.texi
+33
-6
No files found.
doc/ffserver.texi
View file @
a42c20f0
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment