Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::ffmpeg::Recorder Class Reference

Public Types

enum class  Mode { Time , Evaluation }
 

Public Member Functions

 Recorder (const std::filesystem::path &filename, OutputFormat format, Mode aMode, OutputStream::Options opts)
 
const OutputStreamgetStream ()
 
const FormatgetFormat ()
 
void queueFrame (const LayerRAM &layer)
 

Member Function Documentation

◆ queueFrame()

void inviwo::ffmpeg::Recorder::queueFrame ( const LayerRAM & layer)

Copies the image data in layer into a ffmpeg frames and enques that for encoding The layer will not be used after the return of the function.


The documentation for this class was generated from the following file: