Blender V4.5
movie_write.cc File Reference
#include "movie_write.hh"
#include "DNA_scene_types.h"
#include "MOV_write.hh"
#include "BKE_report.hh"

Go to the source code of this file.

Functions

static bool is_imtype_ffmpeg (const char imtype)
MovieWriter * MOV_write_begin (const char imtype, const Scene *scene, RenderData *rd, int rectx, int recty, ReportList *reports, bool preview, const char *suffix)
bool MOV_write_append (MovieWriter *writer, RenderData *rd, 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 RenderData *rd, bool preview, const char *suffix, ReportList *reports)

Function Documentation

◆ is_imtype_ffmpeg()

bool is_imtype_ffmpeg ( const char imtype)
static

◆ MOV_filepath_from_settings()

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

◆ MOV_write_append()

bool MOV_write_append ( MovieWriter * writer,
RenderData * rd,
int start_frame,
int frame,
const ImBuf * image,
const char * suffix,
ReportList * reports )

Definition at line 1570 of file movie_write.cc.

References reports, and UNUSED_VARS.

Referenced by RE_WriteRenderViewsMovie().

◆ MOV_write_begin()

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

◆ MOV_write_end()

void MOV_write_end ( MovieWriter * writer)

Definition at line 1591 of file movie_write.cc.

References UNUSED_VARS.

Referenced by re_movie_free_all(), and screen_opengl_render_end().