1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Add mp4 test video

This commit is contained in:
Elias Steurer 2023-03-02 13:15:27 +01:00
parent f557919419
commit 7749486332
7 changed files with 18 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -0,0 +1,14 @@
{
"description": "",
"file": "mantissa.xyz_loop_072.mp4",
"preview": "preview.jpg",
"previewGIF": "preview.gif",
"previewThumbnail": "previewThumbnail.jpg",
"previewWEBM": "preview.webm",
"tags": [
],
"title": "mantissa.xyz_loop_072",
"type": "videoWallpaper",
"videoCodec": "H264",
"youtube": ""
}

View File

@ -50,16 +50,17 @@ int main(int argc, char* argv[])
if (argumentList.length() == 1) {
QString exampleContentPath = QString(SCREENPLAY_SOURCE_DIR) + "/Content";
QStringList contentFolder = {
"/wallpaper_video_nebula",
"/wallpaper_particles",
"/wallpaper_particles"
"/wallpaper_landscape"
};
QString projectPath = exampleContentPath + contentFolder.at(0);
window.setActiveScreensList({ 0 });
window.setActiveScreensList({ 1 });
window.setProjectPath(projectPath);
window.setAppID("test");
window.setVolume(1);
window.setFillMode("fill");
window.setFillMode("cover");
window.setType(ScreenPlay::InstalledType::InstalledType::VideoWallpaper);
window.setCheckWallpaperVisible(true);
window.setDebugMode(true);