105 firstFrame = config->getPropertyLazy(
"first_frame", 0);
106 lastFrame = config->getPropertyLazy(
"last_frame", 0);
107 sequenceStart = config->getPropertyLazy(
"sequence_start", 0);
115 ffmpegPath = config->getPropertyLazy(
"ffmpeg_path",
"");
116 frameRate = config->getPropertyLazy(
"framerate", 25);
117 height = config->getPropertyLazy(
"height", 0);
118 width = config->getPropertyLazy(
"width", 0);
119 includeAudio = config->getPropertyLazy(
"include_audio",
true);