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
d95ac2c5
Commit
d95ac2c5
authored
Aug 24, 2003
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spell fixes
Originally committed as revision 2146 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
23a65308
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ffmpeg.c
ffmpeg.c
+2
-2
No files found.
ffmpeg.c
View file @
d95ac2c5
...
...
@@ -2649,7 +2649,7 @@ const OptionDef options[] = {
{
"i_qoffset"
,
HAS_ARG
|
OPT_EXPERT
|
OPT_VIDEO
,
{(
void
*
)
opt_i_qoffset
},
"qp offset between p and i frames"
,
"offset"
},
// { "b_strategy", HAS_ARG | OPT_EXPERT, {(void*)opt_b_strategy}, "dynamic b frame selection strategy", "strategy" },
{
"rc_eq"
,
HAS_ARG
|
OPT_EXPERT
|
OPT_VIDEO
,
{(
void
*
)
opt_video_rc_eq
},
"set rate control equation"
,
"equation"
},
{
"rc_override"
,
HAS_ARG
|
OPT_EXPERT
|
OPT_VIDEO
,
{(
void
*
)
opt_video_rc_override_string
},
"rate control override for specific inter
nals"
,
"override_string
"
},
{
"rc_override"
,
HAS_ARG
|
OPT_EXPERT
|
OPT_VIDEO
,
{(
void
*
)
opt_video_rc_override_string
},
"rate control override for specific inter
vals"
,
"override
"
},
{
"bt"
,
HAS_ARG
|
OPT_VIDEO
,
{(
void
*
)
opt_video_bitrate_tolerance
},
"set video bitrate tolerance (in kbit/s)"
,
"tolerance"
},
{
"maxrate"
,
HAS_ARG
|
OPT_VIDEO
,
{(
void
*
)
opt_video_bitrate_max
},
"set max video bitrate tolerance (in kbit/s)"
,
"bitrate"
},
{
"minrate"
,
HAS_ARG
|
OPT_VIDEO
,
{(
void
*
)
opt_video_bitrate_min
},
"set min video bitrate tolerance (in kbit/s)"
,
"bitrate"
},
...
...
@@ -2660,7 +2660,7 @@ const OptionDef options[] = {
{
"dct_algo"
,
HAS_ARG
|
OPT_EXPERT
|
OPT_VIDEO
,
{(
void
*
)
opt_dct_algo
},
"set dct algo"
,
"algo"
},
{
"idct_algo"
,
HAS_ARG
|
OPT_EXPERT
|
OPT_VIDEO
,
{(
void
*
)
opt_idct_algo
},
"set idct algo"
,
"algo"
},
{
"er"
,
HAS_ARG
|
OPT_EXPERT
|
OPT_VIDEO
,
{(
void
*
)
opt_error_resilience
},
"set error resilience"
,
"n"
},
{
"ec"
,
HAS_ARG
|
OPT_EXPERT
|
OPT_VIDEO
,
{(
void
*
)
opt_error_concealment
},
"set error concealment"
,
"
n
"
},
{
"ec"
,
HAS_ARG
|
OPT_EXPERT
|
OPT_VIDEO
,
{(
void
*
)
opt_error_concealment
},
"set error concealment"
,
"
bit_mask
"
},
{
"bf"
,
HAS_ARG
|
OPT_EXPERT
|
OPT_VIDEO
,
{(
void
*
)
opt_b_frames
},
"use 'frames' B frames (only MPEG-4)"
,
"frames"
},
{
"hq"
,
OPT_BOOL
,
{(
void
*
)
&
mb_decision
},
"activate high quality settings"
},
{
"mbd"
,
HAS_ARG
|
OPT_EXPERT
|
OPT_VIDEO
,
{(
void
*
)
opt_mb_decision
},
"macroblock decision"
,
"mode"
},
...
...
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