|
Blender V4.3
|
#include <cstring>#include "MEM_guardedalloc.h"#include "DNA_scene_types.h"#include "BLI_utildefines.h"#include "BKE_report.hh"#include "BKE_writemovie.hh"Go to the source code of this file.
Functions | |
| static bool | start_stub (void *, const Scene *, RenderData *, int, int, ReportList *, bool, const char *) |
| static void | end_stub (void *) |
| static bool | append_stub (void *, RenderData *, int, int, const ImBuf *, const char *, ReportList *) |
| static void * | context_create_stub () |
| static void | context_free_stub (void *) |
| bMovieHandle * | BKE_movie_handle_get (const char imtype) |
| void | BKE_movie_filepath_get (char filepath[1024], const RenderData *rd, bool preview, const char *suffix) |
Functions for writing movie files.
Definition in file writemovie.cc.
|
static |
Definition at line 40 of file writemovie.cc.
Referenced by BKE_movie_handle_get().
| void BKE_movie_filepath_get | ( | char | filepath[1024], |
| const RenderData * | rd, | ||
| bool | preview, | ||
| const char * | suffix ) |
Definition at line 93 of file writemovie.cc.
References BKE_movie_handle_get(), bMovieHandle::get_movie_path, RenderData::im_format, and ImageFormatData::imtype.
| bMovieHandle * BKE_movie_handle_get | ( | const char | imtype | ) |
Definition at line 58 of file writemovie.cc.
References bMovieHandle::append_movie, append_stub(), bMovieHandle::context_create, context_create_stub(), bMovieHandle::context_free, context_free_stub(), ELEM, bMovieHandle::end_movie, end_stub(), bMovieHandle::get_movie_path, R_IMF_IMTYPE_AV1, R_IMF_IMTYPE_AVIJPEG, R_IMF_IMTYPE_AVIRAW, R_IMF_IMTYPE_FFMPEG, R_IMF_IMTYPE_H264, R_IMF_IMTYPE_THEORA, R_IMF_IMTYPE_XVID, bMovieHandle::start_movie, and start_stub().
Referenced by BKE_movie_filepath_get(), RE_RenderAnim(), and screen_opengl_render_anim_init().
|
static |
Definition at line 51 of file writemovie.cc.
Referenced by BKE_movie_handle_get().
|
static |
Definition at line 56 of file writemovie.cc.
Referenced by BKE_movie_handle_get().
|
static |
Definition at line 38 of file writemovie.cc.
Referenced by BKE_movie_handle_get().
|
static |
Definition at line 26 of file writemovie.cc.
Referenced by BKE_movie_handle_get().