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
9eb1c947
Commit
9eb1c947
authored
Sep 16, 2011
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix x264_opts/x264opts typo.
parent
6613db97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
encoders.texi
doc/encoders.texi
+6
-6
No files found.
doc/encoders.texi
View file @
9eb1c947
...
...
@@ -551,27 +551,27 @@ Set the encoding preset.
@item tune @var{tune_name}
Tune the encoding params.
Deprecated in favor of @var{x264
_
opts}
Deprecated in favor of @var{x264opts}
@item fastfirstpass @var{bool}
Use fast settings when encoding first pass, default value is 1.
Deprecated in favor of @var{x264
_
opts}.
Deprecated in favor of @var{x264opts}.
@item profile @var{profile_name}
Set profile restrictions.
Deprecated in favor of @var{x264
_
opts}.
Deprecated in favor of @var{x264opts}.
@item level @var{level}
Specify level (as defined by Annex A).
Deprecated in favor of @var{x264
_
opts}.
Deprecated in favor of @var{x264opts}.
@item passlogfile @var{filename}
Specify filename for 2 pass stats.
Deprecated in favor of @var{x264
_
opts}.
Deprecated in favor of @var{x264opts}.
@item wpredp @var{wpred_type}
Specify Weighted prediction for P-frames.
Deprecated in favor of @var{x264
_
opts}.
Deprecated in favor of @var{x264opts}.
@item x264opts @var{options}
Allow to set any x264 option, see x264 manual for a list.
...
...
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