Blender
V5.0
source
blender
imbuf
movie
MOV_enums.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2024 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
5
#pragma once
6
10
11
enum
{
12
FFMPEG_MPEG1
= 0,
13
FFMPEG_MPEG2
= 1,
14
FFMPEG_MPEG4
= 2,
15
FFMPEG_AVI
= 3,
16
FFMPEG_MOV
= 4,
17
FFMPEG_DV
= 5,
18
FFMPEG_H264
= 6,
19
FFMPEG_XVID
= 7,
20
FFMPEG_FLV
= 8,
21
FFMPEG_MKV
= 9,
22
FFMPEG_OGG
= 10,
23
FFMPEG_INVALID
= 11,
24
FFMPEG_WEBM
= 12,
25
FFMPEG_AV1
= 13,
26
};
27
28
enum
{
29
FFMPEG_PRESET_NONE
= 0,
30
FFMPEG_PRESET_H264
= 1,
31
FFMPEG_PRESET_THEORA
= 2,
32
FFMPEG_PRESET_XVID
= 3,
33
FFMPEG_PRESET_AV1
= 4,
34
};
35
44
enum
IMB_Timecode_Type
{
46
IMB_TC_NONE
= 0,
54
IMB_TC_RECORD_RUN
= 1,
61
IMB_TC_RECORD_RUN_NO_GAPS
= 8,
62
IMB_TC_NUM_TYPES
= 2,
63
};
FFMPEG_INVALID
@ FFMPEG_INVALID
Definition
MOV_enums.hh:23
FFMPEG_H264
@ FFMPEG_H264
Definition
MOV_enums.hh:18
FFMPEG_FLV
@ FFMPEG_FLV
Definition
MOV_enums.hh:20
FFMPEG_MPEG1
@ FFMPEG_MPEG1
Definition
MOV_enums.hh:12
FFMPEG_AV1
@ FFMPEG_AV1
Definition
MOV_enums.hh:25
FFMPEG_DV
@ FFMPEG_DV
Definition
MOV_enums.hh:17
FFMPEG_MPEG2
@ FFMPEG_MPEG2
Definition
MOV_enums.hh:13
FFMPEG_MKV
@ FFMPEG_MKV
Definition
MOV_enums.hh:21
FFMPEG_MOV
@ FFMPEG_MOV
Definition
MOV_enums.hh:16
FFMPEG_MPEG4
@ FFMPEG_MPEG4
Definition
MOV_enums.hh:14
FFMPEG_WEBM
@ FFMPEG_WEBM
Definition
MOV_enums.hh:24
FFMPEG_AVI
@ FFMPEG_AVI
Definition
MOV_enums.hh:15
FFMPEG_XVID
@ FFMPEG_XVID
Definition
MOV_enums.hh:19
FFMPEG_OGG
@ FFMPEG_OGG
Definition
MOV_enums.hh:22
FFMPEG_PRESET_AV1
@ FFMPEG_PRESET_AV1
Definition
MOV_enums.hh:33
FFMPEG_PRESET_H264
@ FFMPEG_PRESET_H264
Definition
MOV_enums.hh:30
FFMPEG_PRESET_THEORA
@ FFMPEG_PRESET_THEORA
Definition
MOV_enums.hh:31
FFMPEG_PRESET_XVID
@ FFMPEG_PRESET_XVID
Definition
MOV_enums.hh:32
FFMPEG_PRESET_NONE
@ FFMPEG_PRESET_NONE
Definition
MOV_enums.hh:29
IMB_Timecode_Type
IMB_Timecode_Type
Definition
MOV_enums.hh:44
IMB_TC_RECORD_RUN_NO_GAPS
@ IMB_TC_RECORD_RUN_NO_GAPS
Definition
MOV_enums.hh:61
IMB_TC_NONE
@ IMB_TC_NONE
Definition
MOV_enums.hh:46
IMB_TC_NUM_TYPES
@ IMB_TC_NUM_TYPES
Definition
MOV_enums.hh:62
IMB_TC_RECORD_RUN
@ IMB_TC_RECORD_RUN
Definition
MOV_enums.hh:54
Generated on
for Blender by
doxygen
1.16.1