Interface TemporalFilterSettings.Builder

    • Method Detail

      • postFilterSharpening

        TemporalFilterSettings.Builder postFilterSharpening​(String postFilterSharpening)
        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.
        Parameters:
        postFilterSharpening - 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TemporalFilterPostFilterSharpening, TemporalFilterPostFilterSharpening
      • postFilterSharpening

        TemporalFilterSettings.Builder postFilterSharpening​(TemporalFilterPostFilterSharpening postFilterSharpening)
        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.
        Parameters:
        postFilterSharpening - 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TemporalFilterPostFilterSharpening, TemporalFilterPostFilterSharpening
      • strength

        TemporalFilterSettings.Builder strength​(String strength)
        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.
        Parameters:
        strength - 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TemporalFilterStrength, TemporalFilterStrength
      • strength

        TemporalFilterSettings.Builder strength​(TemporalFilterStrength strength)
        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.
        Parameters:
        strength - 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TemporalFilterStrength, TemporalFilterStrength