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
8cf6377a
Commit
8cf6377a
authored
Nov 02, 2012
by
Nicolas George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/faq: explain why -sameq is gone.
parent
94f22451
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
faq.texi
doc/faq.texi
+14
-0
No files found.
doc/faq.texi
View file @
8cf6377a
...
...
@@ -385,6 +385,20 @@ The size of the initial scan is controlled by two options: @code{probesize}
(default ~5 Mo) and @code
{
analyzeduration
}
(default 5,000,000 µs = 5 s). For
the subtitle stream to be detected, both values must be large enough.
@section Where did the @option
{
-sameq
}
option go?
The @option
{
-sameq
}
option meant "same quantizer", and made sense only in a
very limited set of cases. Unfortunately, a lot of people mistook it for
"same quality" and used it in places where it did not make sense: it had
roughly the expected visible effect, but achieved it in a very inefficient
way.
Each encoder has its own set of options to set the quality-vs-size balance,
use the options for the encoder you are using to set the quality level to a
point acceptable for your tastes. The most common options to do that are
@option
{
-qscale
}
and @option
{
-qmax
}
, but you should peruse the documentation
of the encoder you chose.
@chapter Development
@section Are there examples illustrating how to use the FFmpeg libraries, particularly libavcodec and libavformat?
...
...
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