22 QString videoFormatKey;
23 QString videoFormatPreferencesJson;
25 QString videoMimeType = QStringLiteral(
"video/mp4");
27 QString frameMimeType = QStringLiteral(
"image/png");
29 QString basename = QStringLiteral(
"frame");
30 QString directory = QStringLiteral(
"");
33 int sequenceStart = 0;
40 bool shouldEncodeVideo =
false;
42 bool shouldDeleteSequence =
false;
44 bool includeAudio =
false;
45 bool wantsOnlyUniqueFrameSequence =
false;
62 QString resolveAbsoluteDocumentFilePath(
const QString &documentPath)
const;
63 QString resolveAbsoluteVideoFilePath(
const QString &documentPath)
const;
64 QString resolveAbsoluteFramesDirectory(
const QString &documentPath)
const;
66 QString resolveAbsoluteVideoFilePath()
const;
67 QString resolveAbsoluteFramesDirectory()
const;
75 RENDER_FRAMES_AND_VIDEO
79 RenderMode renderMode()
const;