Files
Michael Fabian Dirks a617100e9c enc-aomedia-av1: Initial version
Properly configures, builds, registers and attempts to encode. Gets stuck on an unusual long stall when finally having enough frames to encode.
2017-07-11 11:29:13 +02:00

35 lines
1.4 KiB
INI

Name="AOMedia Video 1 (Alliance for Open Media)"
Common.Default="Default"
Common.Disabled="Disabled"
Common.Enabled="Enabled"
Common.Fixed="Fixed"
Common.Dynamic="Dynamic"
# Encoder
Usage="Usage"
Threads="Threads"
Profile="Profile"
ErrorResilient="Error Resilience Mode"
ErrorResilient.Partition="Partition"
LagInFrames="Lag (In Frames)"
RateControl.DropFrameThreshold="Drop-Frame Threshold (%)"
RateControl.Resize.Mode="Resize Mode"
RateControl.Resize.Numerator="Resize Numerator"
RateControl.Resize.KeyframeNumerator="Resize Keyframe Numerator"
RateControl.SuperRes.Mode="SuperRes Mode"
RateControl.SuperRes.Numerator="SuperRes Numerator"
RateControl.SuperRes.KeyframeNumerator="SuperRes Keyframe Numerator"
RateControl.Mode="Rate Control Mode"
RateControl.Mode.VBR="Variable Bitrate (VBR)"
RateControl.Mode.CBR="Constant Bitrate (CBR)"
RateControl.Mode.CQ="Constrained Quality (CQ)"
RateControl.Mode.Q="Constant Quality (Q)"
RateControl.Bitrate="Bitrate (kbit)"
RateControl.Quantizer.Min="Quantizer Minimum"
RateControl.Quantizer.Max="Quantizer Maximum"
RateControl.Undershoot="Undershoot (%)"
RateControl.Overshoot="Overshoot (%)"
RateControl.Buffer.Size="Buffer Size (kbit)"
RateControl.Buffer.InitialSize="Buffer Initial Size (kbit)"
RateControl.Buffer.OptimalSize="Buffer Optimal Size (kbit)"
Keyframe.Interval.Min="Keyframe Interval Minimum (Frames)"
Keyframe.Interval.Max="Keyframe Interval Maximum (Frames)"