#include "petscdraw.h" PetscErrorCode PetscDrawSetSaveMovie(PetscDraw draw,const char movieext[])Collective on PetscDraw
draw | - the graphics context | |
movieext | - optional extension defining the movie format |
Notes: You should call this AFTER calling PetscDrawSetSave() and BEFORE creating your image with PetscDrawSave(). The ffmpeg utility must be in your path to make the movie.
Level:intermediate
Location:src/sys/classes/draw/interface/dsave.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages