42#ifndef vtkFFMPEGWriter_h
43#define vtkFFMPEGWriter_h
46#include "vtkIOFFMPEGModule.h"
48VTK_ABI_NAMESPACE_BEGIN
49class vtkFFMPEGWriterInternal;
74 vtkSetClampMacro(Quality,
int, 0, 2);
75 vtkGetMacro(Quality,
int);
83 vtkSetMacro(Compression,
bool);
84 vtkGetMacro(Compression,
bool);
85 vtkBooleanMacro(Compression,
bool);
92 vtkSetClampMacro(Rate,
int, 1, 5000);
93 vtkGetMacro(Rate,
int);
100 vtkSetMacro(BitRate,
int);
101 vtkGetMacro(BitRate,
int);
108 vtkSetMacro(BitRateTolerance,
int);
109 vtkGetMacro(BitRateTolerance,
int);
Uses the FFMPEG library to write video files.
static vtkFFMPEGWriter * New()
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...
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