DicomObjects.NET Core Documentation
DicomObjects.Video Namespace / VideoCompressionOptions Class


In This Topic
    VideoCompressionOptions Class Properties
    In This Topic

    For a list of all members of this type, see VideoCompressionOptions members.

    Public Properties
     NameDescription
    Public PropertyThe defined output rate in Bits per second  
    Public PropertyThe name of the container ("format") to use when encoding.  
    Public PropertyThe name of the video compression codec to use  
    Public PropertyThe first frame of the video to export  
    Public PropertyFilter to apply to raw frames before scaling etc.  
    Public PropertyThe rate at which the source frames are to be used.  
    Public PropertyThe last frame of the video to export  
    Public PropertyVideo level to use  
    Public PropertyFilter to apply to scaled frames before passing to the codec  
    Public PropertyThe rate at which frame are fed to the codec  
    Public PropertyThe size of the output frames to be encoded  
    Public PropertyColour to use for any padding required if is not the same as the original DICOM image size  
    Public PropertyThe Video profile to use  
    Public PropertyControls whether to scale video if is not the same as the original DICOM image size  
    Public PropertyControls whether data is put into the MPEG "raw" or via the presentaiton chain, including windowing  
    Top
    See Also