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
b9a3ac89
Commit
b9a3ac89
authored
Nov 28, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/ffserver: fix bitrate unit for bitrate option
parent
ab89d2dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ffserver.texi
doc/ffserver.texi
+3
-3
No files found.
doc/ffserver.texi
View file @
b9a3ac89
...
@@ -392,7 +392,7 @@ Must be the name of a format recognized by FFmpeg. If set to
...
@@ -392,7 +392,7 @@ Must be the name of a format recognized by FFmpeg. If set to
Set input format. If not specified, it is automatically guessed.
Set input format. If not specified, it is automatically guessed.
@item AudioBitRate @var
{
rate
}
@item AudioBitRate @var
{
rate
}
Set bitrate for the audio stream in
KB
per second.
Set bitrate for the audio stream in
kbits
per second.
@item AudioChannels @var
{
n
}
@item AudioChannels @var
{
n
}
Set number of audio channels.
Set number of audio channels.
...
@@ -403,14 +403,14 @@ lower this frequency to 22050 or 11025. The supported frequencies
...
@@ -403,14 +403,14 @@ lower this frequency to 22050 or 11025. The supported frequencies
depend on the selected audio codec.
depend on the selected audio codec.
@item VideoBitRate @var
{
n
}
@item VideoBitRate @var
{
n
}
Set bitrate for the video stream in
KB
per second.
Set bitrate for the video stream in
kbits
per second.
@item VideoBitRateRange @var
{
range
}
@item VideoBitRateRange @var
{
range
}
Set video bitrate range.
Set video bitrate range.
A range must be specified in the form @var
{
minrate
}
-@var
{
maxrate
}
, and
A range must be specified in the form @var
{
minrate
}
-@var
{
maxrate
}
, and
specifies the @option
{
minrate
}
and @option
{
maxrate
}
encoding options
specifies the @option
{
minrate
}
and @option
{
maxrate
}
encoding options
expressed in
KB
.
expressed in
kbits per second
.
@item VideoBitRateRangeTolerance @var
{
n
}
@item VideoBitRateRangeTolerance @var
{
n
}
...
...
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