Go to the documentation of this file.
35 #ifndef vtkFFMPEGWriter_h
36 #define vtkFFMPEGWriter_h
38 #include "vtkIOFFMPEGModule.h"
41 class vtkFFMPEGWriterInternal;
66 vtkSetClampMacro(Quality,
int, 0, 2);
67 vtkGetMacro(Quality,
int);
76 vtkGetMacro(Compression,
bool);
84 vtkSetClampMacro(Rate,
int , 1, 5000);
85 vtkGetMacro(Rate,
int);
93 vtkGetMacro(BitRate,
int);
101 vtkGetMacro(BitRateTolerance,
int);
static vtkFFMPEGWriter * New()
void Start()
These methods start writing an Movie file, write a frame to the file and then end the writing process...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Uses the FFMPEG library to write video files.
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
an abstract movie writer class.
vtkFFMPEGWriterInternal * Internals