FAvidDNxEncoderOptions

Options to initialize the AvidDNx encoder with.

Windows
MacOS
Linux

References

Module

AvidDNxMedia

Header

/Engine/Plugins/Media/AvidDNxMedia/Source/Source/Public/AvidDNxEncoder/AvidDNxEncoder.h

Include

#include "AvidDNxEncoder/AvidDNxEncoder.h"

Syntax

struct FAvidDNxEncoderOptions

Remarks

Options to initialize the AvidDNx encoder with. Choosing compression will choose the AvidDNxHR HD compression.

Variables

Name Description

Public variable

bool

 

bCompress

Should we use a compression codec or not

Public variable

FFrameRate

 

FrameRate

Frame Rate of the output video.

Public variable

uint32

 

Height

The height of the video file.

Public variable

uint32

 

NumberOfEncodingThreads

Number of Encoding Threads. Must be at least 1.

Public variable

FString

 

OutputFilename

The absolute path on disk to try and save the video file to.

Public variable

uint32

 

Width

The width of the video file.

Constructors

Name Description

Public function

FAvidDNxEncoderOptions()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss