32 #ifndef vtkFFMPEGWriter_h 33 #define vtkFFMPEGWriter_h 35 #include "vtkIOFFMPEGModule.h" 38 class vtkFFMPEGWriterInternal;
63 vtkSetClampMacro(Quality,
int, 0, 2);
64 vtkGetMacro(Quality,
int);
73 vtkGetMacro(Compression,
bool);
81 vtkSetClampMacro(Rate,
int , 1, 5000);
82 vtkGetMacro(Rate,
int);
90 vtkGetMacro(BitRate,
int);
98 vtkGetMacro(BitRateTolerance,
int);
virtual void Write()=0
These methods start writing an Movie file, write a frame to the file and then end the writing process...
virtual void Start()=0
These methods start writing an Movie file, write a frame to the file and then end the writing process...
virtual void End()=0
These methods start writing an Movie file, write a frame to the file and then end the writing process...
Uses the FFMPEG library to write video files.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
an abstract movie writer class.
static vtkAlgorithm * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkFFMPEGWriterInternal * Internals