13 #ifndef mitkVideoRecorder_h
14 #define mitkVideoRecorder_h
82 std::unique_ptr<Impl> m_Impl;
Record the contents of a render window as video using FFmpeg as external command-line application.
void SetFFmpegPath(const fs::path &path)
void SetFrameRate(unsigned int fps)
static std::string GetFileExtension(OutputFormat format)
Get the file extension corresponding to the specified video output format.
VideoRecorder & operator=(const VideoRecorder &)=delete
std::string GetRenderWindowName() const
VideoRecorder(const VideoRecorder &)=delete
fs::path GetOutputPath() const
OutputFormat GetOutputFormat() const
void SetRenderWindowName(const std::string &renderWindowName)
void SetOutputFormat(OutputFormat format)
fs::path GetFFmpegPath() const
void SetOutputPath(const fs::path &path)
Find image slices visible on a given plane.