Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::videoreader::option Namespace Reference

Option keys specific to the ffmpeg video readers, in addition to the ones in inviwo::reader::option. More...

Variables

constexpr std::string_view stream = "stream"
 Index of the video stream to read, int. A negative value selects the best stream.
constexpr std::string_view time = "time"

Detailed Description

Option keys specific to the ffmpeg video readers, in addition to the ones in inviwo::reader::option.

Variable Documentation

◆ time

std::string_view inviwo::videoreader::option::time = "time"
inlineconstexpr

Time of the frame to read, std::chrono::duration<double> seconds. Mutually exclusive with reader::option::index, whichever was set last is used.