49 FFMPEG_PRESET_NONE = 0,
50 FFMPEG_PRESET_DVD = 1,
51 FFMPEG_PRESET_SVCD = 2,
52 FFMPEG_PRESET_VCD = 3,
54 FFMPEG_PRESET_H264 = 5,
55 FFMPEG_PRESET_THEORA = 6,
56 FFMPEG_PRESET_XVID = 7,
63 int BKE_ffmpeg_start(
void *context_v,
71 void BKE_ffmpeg_end(
void *context_v);
72 int BKE_ffmpeg_append(
void *context_v,
81 void BKE_ffmpeg_filepath_get(
char *
string,
86 void BKE_ffmpeg_preset_set(
struct RenderData *rd,
int preset);
88 void BKE_ffmpeg_codec_settings_verify(
struct RenderData *rd);
89 bool BKE_ffmpeg_alpha_channel_is_supported(
const struct RenderData *rd);
91 int BKE_ffmpeg_property_add_string(
struct RenderData *rd,
const char *
type,
const char *
str);
92 void BKE_ffmpeg_property_del(
struct RenderData *rd,
void *
type,
void *prop_);
94 void *BKE_ffmpeg_context_create(
void);
95 void BKE_ffmpeg_context_free(
void *context_v);
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei GLfloat GLfloat GLfloat GLfloat const GLubyte *bitmap _GL_VOID_RET _GL_VOID GLenum type
struct PreviewImage * preview