54 #ifndef vtkFFMPEGWriter_h
55 #define vtkFFMPEGWriter_h
58 #include "vtkIOFFMPEGModule.h"
60 VTK_ABI_NAMESPACE_BEGIN
61 class vtkFFMPEGWriterInternal;
86 vtkSetClampMacro(Quality,
int, 0, 2);
87 vtkGetMacro(Quality,
int);
95 vtkSetMacro(Compression,
bool);
96 vtkGetMacro(Compression,
bool);
97 vtkBooleanMacro(Compression,
bool);
104 vtkSetClampMacro(Rate,
int, 1, 5000);
105 vtkGetMacro(Rate,
int);
112 vtkSetMacro(BitRate,
int);
113 vtkGetMacro(BitRate,
int);
120 vtkSetMacro(BitRateTolerance,
int);
121 vtkGetMacro(BitRateTolerance,
int);
142 VTK_ABI_NAMESPACE_END
Uses the FFMPEG library to write video files.
vtkFFMPEGWriterInternal * Internals
void Write() override
These methods start writing an Movie file, write a frame to the file and then end the writing process...
void End() override
These methods start writing an Movie file, write a frame to the file and then end the writing process...
static vtkFFMPEGWriter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkFFMPEGWriter() override
void Start() override
These methods start writing an Movie file, write a frame to the file and then end the writing process...
an abstract movie writer class.
a simple class to control print indentation