34 #ifndef __vtkFFMPEGWriter_h
35 #define __vtkFFMPEGWriter_h
39 class vtkFFMPEGWriterInternal;
59 vtkSetClampMacro(Quality,
int, 0, 2);
60 vtkGetMacro(Quality,
int);
65 vtkSetClampMacro(Rate,
int , 1, 5000);
66 vtkGetMacro(Rate,
int);
71 vtkSetMacro(BitRate,
int);
72 vtkGetMacro(BitRate,
int);
77 vtkSetMacro(BitRateTolerance,
int);
78 vtkGetMacro(BitRateTolerance,
int);
Uses the FFMPEG library to write video files.
a simple class to control print indentation
an abstract movie writer class.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
vtkFFMPEGWriterInternal * Internals