Blender V5.0
movie_write.cc File Reference
#include "movie_write.hh"
#include "BLI_string_ref.hh"
#include "DNA_scene_types.h"
#include "MOV_write.hh"
#include "BKE_report.hh"

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)

Function Documentation

◆ MOV_filepath_from_settings()

void MOV_filepath_from_settings ( char filepath[1024],
const Scene * scene,
const RenderData * rd,
bool preview,
const char * suffix,
ReportList * reports )

◆ MOV_write_append()

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().

◆ MOV_write_begin()

MovieWriter * MOV_write_begin ( const Scene * scene,
const RenderData * rd,
const ImageFormatData * imf,
int rectx,
int recty,
ReportList * reports,
bool preview,
const char * suffix )

◆ MOV_write_end()

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().