Navigation
API > API/Plugins > API/Plugins/AvidDNxMedia
Options to initialize the AvidDNx encoder with. Choosing compression will choose the AvidDNxHR HD compression.
| Name | FAvidDNxEncoderOptions |
| Type | struct |
| Header File | /Engine/Plugins/Media/AvidDNxMedia/Source/Source/Public/AvidDNxEncoder/AvidDNxEncoder.h |
| Include Path | #include "AvidDNxEncoder/AvidDNxEncoder.h" |
Syntax
struct FAvidDNxEncoderOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAvidDNxEncoderOptions() |
AvidDNxEncoder/AvidDNxEncoder.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCompress | bool | Should we use a compression codec or not | AvidDNxEncoder/AvidDNxEncoder.h | |
| bConvertToSrgb | bool | Whether the data should be converted to sRGB before being sent to the encoder. | AvidDNxEncoder/AvidDNxEncoder.h | |
| bDropFrameTimecode | bool | If true, timecode track will use drop frame notation for the 29.97 frame rate. | AvidDNxEncoder/AvidDNxEncoder.h | |
| FrameRate | FFrameRate | Frame Rate of the output video. | AvidDNxEncoder/AvidDNxEncoder.h | |
| Height | uint32 | The height of the video file. | AvidDNxEncoder/AvidDNxEncoder.h | |
| NumberOfEncodingThreads | uint32 | Number of Encoding Threads. Must be at least 1. | AvidDNxEncoder/AvidDNxEncoder.h | |
| OutputFilename | FString | The absolute path on disk to try and save the video file to. | AvidDNxEncoder/AvidDNxEncoder.h | |
| Quality | EAvidDNxEncoderQuality | The quality setting that the encoder should use. | AvidDNxEncoder/AvidDNxEncoder.h | |
| StartTimecode | FTimecode | The timecode to start the movie at. | AvidDNxEncoder/AvidDNxEncoder.h | |
| Width | uint32 | The width of the video file. | AvidDNxEncoder/AvidDNxEncoder.h |