NoiseReducerTemporalFilterSettings class
Noise reducer filter settings for temporal filter.
Constructors
- NoiseReducerTemporalFilterSettings({int? aggressiveMode, NoiseFilterPostTemporalSharpening? postTemporalSharpening, int? speed, int? strength})
-
NoiseReducerTemporalFilterSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- aggressiveMode → int?
-
Use Aggressive mode for content that has complex motion. Higher values
produce stronger temporal filtering. This filters highly complex scenes more
aggressively and creates better VQ for low bitrate outputs.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- postTemporalSharpening → NoiseFilterPostTemporalSharpening?
-
Optional. When you set Noise reducer (noiseReducer) to Temporal (TEMPORAL),
you can use this setting to apply sharpening. The default behavior, Auto
(AUTO), allows the transcoder to determine whether to apply filtering,
depending on input type and quality. When you set Noise reducer to Temporal,
your output bandwidth is reduced. When Post temporal sharpening is also
enabled, that bandwidth reduction is smaller.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speed → int?
-
The speed of the filter (higher number is faster). Low setting reduces bit
rate at the cost of transcode time, high setting improves transcode time at
the cost of bit rate.
final
- strength → int?
-
Specify the strength of the noise reducing filter on this output. Higher
values produce stronger filtering. We recommend the following value ranges,
depending on the result that you want: * 0-2 for complexity reduction with
minimal sharpness loss * 2-8 for complexity reduction with image
preservation * 8-16 for a high level of complexity reduction
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited