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
936b0aa2
Commit
936b0aa2
authored
Dec 08, 2018
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/faq: Fix flags for possible video quality improvements.
Reported-by: Ulf Zibis
parent
d91197c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
faq.texi
doc/faq.texi
+2
-2
No files found.
doc/faq.texi
View file @
936b0aa2
...
...
@@ -257,13 +257,13 @@ default.
@section Which are good parameters for encoding high quality MPEG
-
4
?
'
-
mbd rd
-
flags
+
mv
4
+
aic
-
trellis
2
-
cmp
2
-
subcmp
2
-
g
300
-
pass
1
/
2
',
things to try: '
-
bf
2
', '
-
flags qprd', '
-
flags mv
0
', '
-
flags skip
rd'.
things to try: '
-
bf
2
', '
-
mpv
_
flags qp
_
rd', '
-
mpv
_
flags mv
0
', '
-
mpv
_
flags skip
_
rd'.
@section Which are good parameters for encoding high quality MPEG
-
1
/
MPEG
-
2
?
'
-
mbd rd
-
trellis
2
-
cmp
2
-
subcmp
2
-
g
100
-
pass
1
/
2
'
but beware the '
-
g
100
' might cause problems with some decoders.
Things to try: '
-
bf
2
', '
-
flags qprd', '
-
flags mv
0
', '
-
flags skiprd
.
Things to try: '
-
bf
2
', '
-
mpv
_
flags qp
_
rd', '
-
mpv
_
flags mv
0
', '
-
mpv
_
flags skip
_
rd'
.
@section Interlaced video looks very bad when encoded with ffmpeg, what is wrong?
...
...
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