23 #ifndef vtkFFMPEGWriter_h
24 #define vtkFFMPEGWriter_h
27 #include "vtkIOFFMPEGModule.h"
29 VTK_ABI_NAMESPACE_BEGIN
30 class vtkFFMPEGWriterInternal;
44 void Start()
override;
45 void Write()
override;
55 vtkSetClampMacro(Quality,
int, 0, 2);
56 vtkGetMacro(Quality,
int);
64 vtkSetMacro(Compression,
bool);
65 vtkGetMacro(Compression,
bool);
66 vtkBooleanMacro(Compression,
bool);
73 vtkSetClampMacro(Rate,
int, 1, 5000);
74 vtkGetMacro(Rate,
int);
81 vtkSetMacro(BitRate,
int);
82 vtkGetMacro(BitRate,
int);
89 vtkSetMacro(BitRateTolerance,
int);
90 vtkGetMacro(BitRateTolerance,
int);
111 VTK_ABI_NAMESPACE_END
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.
an abstract movie writer class.
static vtkAlgorithm * New()
vtkFFMPEGWriterInternal * Internals