FulcrumFS FulcrumFS
FulcrumFS FulcrumFS
DocFX + Singulink = ♥

Search Results for

    Property StandardizedH264AACMP4

    StandardizedH264AACMP4

    Gets a predefined instance of VideoProcessingOptions that always re-encodes to standardized H.264 video stream/s (60fps max, 8 bits per channel, 4:2:0 chroma subsampling, SDR, square pixels, and progressive frames) and standardized AAC audio stream/s (48kHz max, stereo max) in an MP4 container, while attempting to preserve all metadata other than thumbnails by default. Does not preserve unrecognized streams.

    Note: to ensure you get a stream that corresponds to a real level (e.g., 6.2), you must set the appropriate resolution limit (based on your frame rate limit) yourself via ResizeOptions.

    Declaration
    public static VideoProcessingOptions StandardizedH264AACMP4 { get; }
    Property Value
    Type Description
    VideoProcessingOptions
    © Singulink. All rights reserved.