| AverageBitrateInMbps |
float |
What is the average bitrate the encoder should target per second? Value is in Megabits per Second, so a value of 8 will become 8192Kbps (kilobits per second). |
MoviePipelineMP4EncoderOutput.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings"
- Meta=(ClampMin=0.1, UIMin=0.1, UIMax=50, EditCondition="EncodingRateControl == EMoviePipelineMP4EncodeRateControlMode::VariableBitRate", EditConditionHides)
|
| bIncludeAudio |
bool |
If true, audio will be included in the video file. |
MoviePipelineMP4EncoderOutput.h |
- EditAnywhere
- BlueprintReadWrite
- Category="Settings"
|
| ConstantRateFactor |
int32 |
What is the Constant Rate Factor (CRF) when targeting a specific quality. |
MoviePipelineMP4EncoderOutput.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings"
- Meta=(ClampMin=16, UIMin=16, ClampMax=51, UIMax=51, EditCondition="EncodingRateControl == EMoviePipelineMP4EncodeRateControlMode::Quality", EditConditionHides)
|
| EncodingLevel |
EMoviePipelineMP4EncodeLevel |
A higher encode level generally results in a better quality video for the same bitrate, but may not be supported for playback on old devices. |
MoviePipelineMP4EncoderOutput.h |
- BlueprintReadWrite
- Category="Settings"
- Meta=(AdvancedDisplay)
|
| EncodingProfile |
EMoviePipelineMP4EncodeProfile |
A higher profile generally results in a better quality video for the same bitrate, but may not be supported for playback on old devices. |
MoviePipelineMP4EncoderOutput.h |
- BlueprintReadWrite
- Category="Settings"
- Meta=(AdvancedDisplay)
|
| EncodingRateControl |
EMoviePipelineMP4EncodeRateControlMode |
Specifies the bitrate control method used by the encoder. |
MoviePipelineMP4EncoderOutput.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings"
|
| MaxBitrateInMbps |
float |
When using VariableBitRate_Constrained, what is the maximum bitrate that the encoder can briefly use for more complex scenes, while still trying to maintain the average set in AverageBitrateInMbps. |
MoviePipelineMP4EncoderOutput.h |
- BlueprintReadWrite
- Category="Settings"
- Meta=(ClampMin=0.1, UIMin=0.1, UIMax=50)
|