Inviwo 0.9.12-pre
Inviwo documentation
|
Public Types | |
enum class | Mode { Time , Evaluation } |
Public Member Functions | |
Recorder (const std::filesystem::path &filename, OutputFormat format, Mode aMode, OutputStream::Options opts) | |
const OutputStream & | getStream () |
const Format & | getFormat () |
void | queueFrame (const LayerRAM &layer) |
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.