unreal.TmvEncoderNodeOutputType¶
- class unreal.TmvEncoderNodeOutputType¶
Bases:
EnumBaseSelection of the output types, defined as the extension (apv1, tmv). remark: This enum is different conceptually then the internal tmv output format which is a muxer enum (container, file sequence) not directly related to file extensions.
C++ Source:
Plugin: TmvMediaUtils
Module: MovieRenderPipelineTmvEncoder
File: MovieGraphTmvEncoderNode.h
- APV1_IMAGE_SEQUENCE: TmvEncoderNodeOutputType = Ellipsis¶
Output each frame as a separate file in Apv1 format.
- Type:
0
- TMV_VIDEO_FILE: TmvEncoderNodeOutputType = Ellipsis¶
Mux freams into a single tmv container file.
- Type:
1