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
e6e8be54
Commit
e6e8be54
authored
Apr 07, 2014
by
Luca Barbato
Committed by
Vittorio Giovara
Apr 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Completely document the x264 options
And fix an option mismatch.
parent
0d671ade
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
encoders.texi
doc/encoders.texi
+15
-1
No files found.
doc/encoders.texi
View file @
e6e8be54
...
...
@@ -584,25 +584,39 @@ options follow the Libav ones.
@item g @tab keyint
@tab Maximum GOP size.
@item qmin @tab qpmin
@tab Minimum quantizer scale.
@item qmax @tab qpmax
@tab Maximum quantizer scale.
@item qdiff @tab qpstep
@tab Maximum difference between quantizer scales.
@item qblur @tab qblur
@tab Quantizer curve blur
@item qcomp @tab qcomp
@tab Quantizer curve compression factor
@item refs @tab ref
@tab Number of reference frames each P-frame can use. The range is from @var{0-16}.
@item sc_threshold @tab scenecut
@tab Sets the threshold for the scene change detection.
@item trellis @tab trellis
@tab Performs Trellis quantization to increase efficiency. Enabled by default.
@item nr @tab nr
@tab Noise reduction.
@item me_range @tab merange
@tab Maximum range of the motion search in pixels.
@item me_method @tab me
@tab Full-pixel motion estimation method.
@item subq @tab subme
@tab Sub-pixel motion estimation method.
@item b_strategy @tab b-adapt
@item keyint_min @tab keyint-min
@tab Adaptive B-frame placement decision algorithm. Use only on first-pass.
@item keyint_min @tab min-keyint
@tab Minimum GOP size.
@item coder @tab cabac
@tab Set coder to @code{ac} to use CABAC.
@item cmp @tab chroma-me
@tab Set to @code{chroma} to use chroma motion estimation.
@item threads @tab threads
@tab Number of encoding threads.
@item thread_type @tab sliced_threads
@tab Set to @code{slice} to use sliced threading instead of frame threading.
@item flags -cgop @tab open-gop
...
...
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