|
Blender V5.0
|
Go to the source code of this file.
Enumerations | |
| enum | { FFMPEG_MPEG1 = 0 , FFMPEG_MPEG2 = 1 , FFMPEG_MPEG4 = 2 , FFMPEG_AVI = 3 , FFMPEG_MOV = 4 , FFMPEG_DV = 5 , FFMPEG_H264 = 6 , FFMPEG_XVID = 7 , FFMPEG_FLV = 8 , FFMPEG_MKV = 9 , FFMPEG_OGG = 10 , FFMPEG_INVALID = 11 , FFMPEG_WEBM = 12 , FFMPEG_AV1 = 13 } |
| enum | { FFMPEG_PRESET_NONE = 0 , FFMPEG_PRESET_H264 = 1 , FFMPEG_PRESET_THEORA = 2 , FFMPEG_PRESET_XVID = 3 , FFMPEG_PRESET_AV1 = 4 } |
| enum | IMB_Timecode_Type { IMB_TC_NONE = 0 , IMB_TC_RECORD_RUN = 1 , IMB_TC_RECORD_RUN_NO_GAPS = 8 , IMB_TC_NUM_TYPES = 2 } |
| anonymous enum |
| Enumerator | |
|---|---|
| FFMPEG_PRESET_NONE | |
| FFMPEG_PRESET_H264 | |
| FFMPEG_PRESET_THEORA | |
| FFMPEG_PRESET_XVID | |
| FFMPEG_PRESET_AV1 | |
Definition at line 28 of file MOV_enums.hh.
| anonymous enum |
| Enumerator | |
|---|---|
| FFMPEG_MPEG1 | |
| FFMPEG_MPEG2 | |
| FFMPEG_MPEG4 | |
| FFMPEG_AVI | |
| FFMPEG_MOV | |
| FFMPEG_DV | |
| FFMPEG_H264 | |
| FFMPEG_XVID | |
| FFMPEG_FLV | |
| FFMPEG_MKV | |
| FFMPEG_OGG | |
| FFMPEG_INVALID | |
| FFMPEG_WEBM | |
| FFMPEG_AV1 | |
Definition at line 11 of file MOV_enums.hh.
| enum IMB_Timecode_Type |
Time-code files contain timestamps (PTS, DTS) and packet seek position. These values are obtained by decoding each frame in movie stream. Time-code types define how these map to frame index in Blender. This is used when seeking in movie stream. Note, that meaning of terms time-code and record run here has little connection to their actual meaning.
NOTE: Keep in sync with MovieClipProxy.build_tc_flag.
Definition at line 44 of file MOV_enums.hh.