32 #ifndef vtkFFMPEGWriter_h
33 #define vtkFFMPEGWriter_h
35 #include "vtkIOFFMPEGModule.h"
38 class vtkFFMPEGWriterInternal;
52 void Start()
override;
53 void Write()
override;
63 vtkSetClampMacro(Quality,
int, 0, 2);
64 vtkGetMacro(Quality,
int);
72 vtkSetMacro(Compression,
bool);
73 vtkGetMacro(Compression,
bool);
74 vtkBooleanMacro(Compression,
bool);
81 vtkSetClampMacro(Rate,
int , 1, 5000);
82 vtkGetMacro(Rate,
int);
89 vtkSetMacro(BitRate,
int);
90 vtkGetMacro(BitRate,
int);
97 vtkSetMacro(BitRateTolerance,
int);
98 vtkGetMacro(BitRateTolerance,
int);