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.
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
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)"
|
||||
Reference in New Issue
Block a user