You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qcomp determines your encoding strategy. Given the fact that the default qcomp is 0.6, when I say “Qcomp = 0.8” I am telling my encoder this “Hey, just because a frame is P or B, doesn’t mean that they are to be given too much of a step-motherly treatment”. When I say “Qcomp = 0.4”, P-frames and B-frames deteriorate much more than the I-frame.
117
+
118
+
Thus - in our example, when Qcomp was 0, the P and B frames were very information-light.
119
+
120
+
Warning: If you turn mbtree on for encodes which use qcomps less than 0.7, you must be very very sure that the source isn’t grainy or complex or else you will end up destroying your encode. Turn it off with –no-mbtree; since mbtree is enabled by default.
121
+
122
122
#### ref
123
123
ref: The max –ref value can be calculated as follows:
124
124
@@ -162,6 +162,28 @@ Recommendation: Default
162
162
163
163
2 / 3 choose
164
164
165
+
### compare screenshot
166
+
167
+
use [`ffinfo_screen.py`](ffinfo_screen.py) to generate screenshots.
0 commit comments