|
Blender V5.0
|
Go to the source code of this file.
Functions | |
| MovieWriter * | MOV_write_begin (const Scene *scene, const RenderData *rd, const ImageFormatData *imf, int rectx, int recty, ReportList *reports, bool preview, const char *suffix) |
| bool | MOV_write_append (MovieWriter *writer, const Scene *scene, const RenderData *rd, const ImageFormatData *imf, int start_frame, int frame, const ImBuf *image, const char *suffix, ReportList *reports) |
| void | MOV_write_end (MovieWriter *writer) |
| void | MOV_filepath_from_settings (char filepath[1024], const Scene *scene, const RenderData *rd, bool preview, const char *suffix, ReportList *reports) |
| void MOV_filepath_from_settings | ( | char | filepath[1024], |
| const Scene * | scene, | ||
| const RenderData * | rd, | ||
| bool | preview, | ||
| const char * | suffix, | ||
| ReportList * | reports ) |
Definition at line 1774 of file movie_write.cc.
References RenderData::im_format, ImageFormatData::imtype, R_IMF_IMTYPE_FFMPEG, and UNUSED_VARS.
| bool MOV_write_append | ( | MovieWriter * | writer, |
| const Scene * | scene, | ||
| const RenderData * | rd, | ||
| const ImageFormatData * | imf, | ||
| int | start_frame, | ||
| int | frame, | ||
| const ImBuf * | image, | ||
| const char * | suffix, | ||
| ReportList * | reports ) |
Definition at line 1739 of file movie_write.cc.
References UNUSED_VARS.
Referenced by RE_WriteRenderViewsMovie().
| MovieWriter * MOV_write_begin | ( | const Scene * | scene, |
| const RenderData * | rd, | ||
| const ImageFormatData * | imf, | ||
| int | rectx, | ||
| int | recty, | ||
| ReportList * | reports, | ||
| bool | preview, | ||
| const char * | suffix ) |
Definition at line 1716 of file movie_write.cc.
References BKE_report(), ImageFormatData::imtype, R_IMF_IMTYPE_FFMPEG, RPT_ERROR, and UNUSED_VARS.
Referenced by RE_RenderAnim(), and screen_opengl_render_anim_init().
| void MOV_write_end | ( | MovieWriter * | writer | ) |
Definition at line 1763 of file movie_write.cc.
References UNUSED_VARS.
Referenced by re_movie_free_all(), and screen_opengl_render_end().