33 FFMPEG_PRESET_NONE = 0,
34 FFMPEG_PRESET_DVD = 1,
35 FFMPEG_PRESET_SVCD = 2,
36 FFMPEG_PRESET_VCD = 3,
38 FFMPEG_PRESET_H264 = 5,
39 FFMPEG_PRESET_THEORA = 6,
40 FFMPEG_PRESET_XVID = 7,
47 int BKE_ffmpeg_start(
void *context_v,
55 void BKE_ffmpeg_end(
void *context_v);
56 int BKE_ffmpeg_append(
void *context_v,
65 void BKE_ffmpeg_filepath_get(
char *
string,
70 void BKE_ffmpeg_preset_set(
struct RenderData *rd,
int preset);
72 bool BKE_ffmpeg_alpha_channel_is_supported(
const struct RenderData *rd);
74 void *BKE_ffmpeg_context_create(
void);
75 void BKE_ffmpeg_context_free(
void *context_v);
static const pxr::TfToken preview("preview", pxr::TfToken::Immortal)