44#ifndef vtkFFMPEGWriter_h
45#define vtkFFMPEGWriter_h
48#include "vtkIOFFMPEGModule.h"
50class vtkFFMPEGWriterInternal;
75 vtkSetClampMacro(Quality,
int, 0, 2);
76 vtkGetMacro(Quality,
int);
84 vtkSetMacro(Compression,
bool);
85 vtkGetMacro(Compression,
bool);
86 vtkBooleanMacro(Compression,
bool);
93 vtkSetClampMacro(Rate,
int, 1, 5000);
94 vtkGetMacro(Rate,
int);
101 vtkSetMacro(BitRate,
int);
102 vtkGetMacro(BitRate,
int);
109 vtkSetMacro(BitRateTolerance,
int);
110 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