Add vp9 test video
Rename mp4 video to h.264 because mp4 is only a container
BIN
Content/wallpaper_video_astronaut_vp9/mantissa.xyz_loop_075.webm
Normal file
BIN
Content/wallpaper_video_astronaut_vp9/preview.gif
Normal file
After Width: | Height: | Size: 6.6 MiB |
BIN
Content/wallpaper_video_astronaut_vp9/preview.jpg
Normal file
After Width: | Height: | Size: 186 KiB |
BIN
Content/wallpaper_video_astronaut_vp9/preview.webm
Normal file
BIN
Content/wallpaper_video_astronaut_vp9/previewThumbnail.jpg
Normal file
After Width: | Height: | Size: 15 KiB |
14
Content/wallpaper_video_astronaut_vp9/project.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"description": "",
|
||||||
|
"file": "mantissa.xyz_loop_075.webm",
|
||||||
|
"preview": "preview.jpg",
|
||||||
|
"previewGIF": "preview.gif",
|
||||||
|
"previewThumbnail": "previewThumbnail.jpg",
|
||||||
|
"previewWEBM": "preview.webm",
|
||||||
|
"tags": [
|
||||||
|
],
|
||||||
|
"title": "mantissa.xyz_loop_075",
|
||||||
|
"type": "videoWallpaper",
|
||||||
|
"videoCodec": "VP8",
|
||||||
|
"youtube": ""
|
||||||
|
}
|
Before Width: | Height: | Size: 3.9 MiB After Width: | Height: | Size: 3.9 MiB |
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
@ -46,7 +46,8 @@ int main(int argc, char* argv[])
|
|||||||
if (argumentList.length() == 1) {
|
if (argumentList.length() == 1) {
|
||||||
QString exampleContentPath = QString(SCREENPLAY_SOURCE_DIR) + "/Content";
|
QString exampleContentPath = QString(SCREENPLAY_SOURCE_DIR) + "/Content";
|
||||||
QStringList contentFolder = {
|
QStringList contentFolder = {
|
||||||
"/wallpaper_video_nebula",
|
"/wallpaper_video_astronaut_vp9",
|
||||||
|
"/wallpaper_video_nebula_h264",
|
||||||
"/wallpaper_interactive",
|
"/wallpaper_interactive",
|
||||||
"/wallpaper_landscape",
|
"/wallpaper_landscape",
|
||||||
"/wallpaper_particles"
|
"/wallpaper_particles"
|
||||||
|