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


VideoCompressionOptions Class Members

The following tables list the members exposed by VideoCompressionOptions.

Public Constructors
 NameDescription
Public ConstructorConstruct a default set of compression options for a given image and output format  
Top
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