TemporalFilterSettings
public struct TemporalFilterSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If you enable this filter, the results are the following:
- If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source.
- If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR.
Declaration
Swift
public let postFilterSharpening: TemporalFilterPostFilterSharpening? -
Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft.
Declaration
Swift
public let strength: TemporalFilterStrength? -
Undocumented
Declaration
Swift
public init(postFilterSharpening: TemporalFilterPostFilterSharpening? = nil, strength: TemporalFilterStrength? = nil)
View on GitHub
TemporalFilterSettings Structure Reference