Name | Description | |
---|---|---|
![]() | VideoCompressionOptions Constructor | Construct a default set of compression options for a given image and output format |
The following tables list the members exposed by VideoCompressionOptions.
Name | Description | |
---|---|---|
![]() | VideoCompressionOptions Constructor | Construct a default set of compression options for a given image and output format |
Name | Description | |
---|---|---|
![]() | BitsPerSecond | The defined output rate in Bits per second |
![]() | Container | The name of the container ("format") to use when encoding. |
![]() | ExplicitCodec | The name of the video compression codec to use |
![]() | FirstFrame | The first frame of the video to export |
![]() | InputFilter | Filter to apply to raw frames before scaling etc. |
![]() | InputFrameRate | The rate at which the source frames are to be used. |
![]() | LastFrame | The last frame of the video to export |
![]() | Level | Video level to use |
![]() | OutputFilter | Filter to apply to scaled frames before passing to the codec |
![]() | OutputFrameRate | The rate at which frame are fed to the codec |
![]() | OutputSize | The size of the output frames to be encoded |
![]() | PaddingColour | Colour to use for any padding required if OutputSize is not the same as the original DICOM image size |
![]() | Profile | The Video profile to use |
![]() | Scale | Controls whether to scale video if OutputSize is not the same as the original DICOM image size |
![]() | UseWindowing | Controls whether data is put into the MPEG "raw" or via the presentaiton chain, including windowing |