![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
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" |
Option keys specific to the ffmpeg video readers, in addition to the ones in inviwo::reader::option.
|
inlineconstexpr |
Time of the frame to read, std::chrono::duration<double> seconds. Mutually exclusive with reader::option::index, whichever was set last is used.