DicomObjects.NET.8.48 Documentation
DicomObjects.Video Namespace / VideoCompressionOptions Class / OutputFrameRate Property

In This Topic
    OutputFrameRate Property
    In This Topic
    The rate at which frame are fed to the codec
    Syntax
    'Declaration
     
    
    Public Property OutputFrameRate As System.Integer
    public System.int OutputFrameRate {get; set;}
    Remarks
    By default, this is the same as InputFrameRate, but some codecs (especially when combined with DICOM rules) have specific requirements, so this can be set independently. If the input and output rates differ, then the ffmpeg "fps" filter is applied to duplicate/drop as required.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also