35 #ifndef vtkFFMPEGWriter_h
36 #define vtkFFMPEGWriter_h
38 #include "vtkIOFFMPEGModule.h"
41 class vtkFFMPEGWriterInternal;
55 void Start()
override;
56 void Write()
override;
66 vtkSetClampMacro(Quality,
int, 0, 2);
67 vtkGetMacro(Quality,
int);
75 vtkSetMacro(Compression,
bool);
76 vtkGetMacro(Compression,
bool);
77 vtkBooleanMacro(Compression,
bool);
84 vtkSetClampMacro(Rate,
int , 1, 5000);
85 vtkGetMacro(Rate,
int);
92 vtkSetMacro(BitRate,
int);
93 vtkGetMacro(BitRate,
int);
100 vtkSetMacro(BitRateTolerance,
int);
101 vtkGetMacro(BitRateTolerance,
int);