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
d3d6a258
Commit
d3d6a258
authored
Sep 03, 2011
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/avconv: remove entries for nonexistent options
parent
1533c102
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
58 deletions
+0
-58
avconv.texi
doc/avconv.texi
+0
-58
No files found.
doc/avconv.texi
View file @
d3d6a258
...
...
@@ -442,50 +442,6 @@ Try just the (0, 0) vector.
exhaustive search (slow and marginally better than epzs)
@end table
@item -dct
_
algo @var
{
algo
}
Set DCT algorithm to @var
{
algo
}
. Available values are:
@table @samp
@item 0
FF
_
DCT
_
AUTO (default)
@item 1
FF
_
DCT
_
FASTINT
@item 2
FF
_
DCT
_
INT
@item 3
FF
_
DCT
_
MMX
@item 4
FF
_
DCT
_
MLIB
@item 5
FF
_
DCT
_
ALTIVEC
@end table
@item -idct
_
algo @var
{
algo
}
Set IDCT algorithm to @var
{
algo
}
. Available values are:
@table @samp
@item 0
FF
_
IDCT
_
AUTO (default)
@item 1
FF
_
IDCT
_
INT
@item 2
FF
_
IDCT
_
SIMPLE
@item 3
FF
_
IDCT
_
SIMPLEMMX
@item 4
FF
_
IDCT
_
LIBMPEG2MMX
@item 5
FF
_
IDCT
_
PS2
@item 6
FF
_
IDCT
_
MLIB
@item 7
FF
_
IDCT
_
ARM
@item 8
FF
_
IDCT
_
ALTIVEC
@item 9
FF
_
IDCT
_
SH4
@item 10
FF
_
IDCT
_
SIMPLEARM
@end table
@item -er @var
{
n
}
Set error resilience to @var
{
n
}
.
@table @samp
...
...
@@ -522,27 +478,13 @@ FF_MB_DECISION_BITS: Choose the one which needs the fewest bits.
FF
_
MB
_
DECISION
_
RD: rate distortion
@end table
@item -4mv
Use four motion vector by macroblock (MPEG-4 only).
@item -part
Use data partitioning (MPEG-4 only).
@item -bug @var
{
param
}
Work around encoder bugs that are not auto-detected.
@item -strict @var
{
strictness
}
How strictly to follow the standards.
@item -aic
Enable Advanced intra coding (h263+).
@item -umv
Enable Unlimited Motion Vector (h263+)
@item -deinterlace
Deinterlace pictures.
@item -ilme
Force interlacing support in encoder (MPEG-2 and MPEG-4 only).
Use this option if your input file is interlaced and you want
to keep the interlaced format for minimum losses.
The alternative is to deinterlace the input stream with
@option
{
-deinterlace
}
, but deinterlacing introduces losses.
@item -vstats
Dump video coding statistics to @file
{
vstats
_
HHMMSS.log
}
.
@item -vstats
_
file @var
{
file
}
...
...
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