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
Copy file name to clipboardExpand all lines: doc/encoders.texi
+35-4Lines changed: 35 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -151,10 +151,9 @@ the undocumented RealAudio 3 (a.k.a. dnet).
151
151
The @var{ac3} encoder uses floating-point math, while the @var{ac3_fixed}
152
152
encoder only uses fixed-point integer math. This does not mean that one is
153
153
always faster, just that one or the other may be better suited to a
154
-
particular system. The floating-point encoder will generally produce better
155
-
quality audio for a given bitrate. The @var{ac3_fixed} encoder is not the
156
-
default codec for any of the output formats, so it must be specified explicitly
157
-
using the option @code{-acodecac3_fixed} in order to use it.
154
+
particular system. The @var{ac3_fixed} encoder is not the default codec for
155
+
any of the output formats, so it must be specified explicitly using the option
156
+
@code{-acodecac3_fixed} in order to use it.
158
157
159
158
@subsection AC-3 Metadata
160
159
@@ -2129,6 +2128,38 @@ midpoint is passed in rather than calculated for a specific clip or chunk.
2129
2128
The valid range is [0, 10000]. 0 (default) uses standard VBR.
2130
2129
@item enable-tpl @var{boolean}
2131
2130
Enable temporal dependency model.
2131
+
@item ref-frame-config
2132
+
Using per-frame metadata, set members of the structure @code{vpx_svc_ref_frame_config_t} in @code{vpx/vp8cx.h} to fine-control referencing schemes and frame buffer management.
0 commit comments