Advertisement
aivavic

Data example

Oct 9th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.92 KB | None | 0 0
  1. {
  2.   "0": {
  3.     "template": "Project1.aepx",
  4.     "composition": "comp1",
  5.     "settings": {
  6.       "outputExt": "mov",
  7.       "renderSettings": "lowQuality",
  8.       "outputModule": "lowQuality",
  9.       "startFrame": 0,
  10.       "endFrame": "${duration}"
  11.     },
  12.     "assets": [
  13.       {"type": "project", "name": "project.aepx", "src": "http://localhost:${port}/assets/templates/${aepxfile}"},
  14.       {
  15.         "type": "image",
  16.         "name": "background.jpg",
  17.         "src": "http://localhost:${port}/assets/templates/${background}",
  18.         "filters": [{"name": "cover", "params": [1280, 720]}]
  19.       },
  20.       { "type": "image",   "name": "nm.png",          "src": "http://localhost:${port}/assets/templates/nm.png" },
  21.       { "type": "audio",   "name": "audio.${audio}",  "src": "http://localhost:${port}/assets/templates/${mixfile}" },
  22.       { "type": "script",  "name": "data.js",         "src": "http://localhost:${port}/assets/templates/${datascript}" }
  23.     ]
  24.   },
  25.   "1": {
  26.     "template": "Project2.aepx",
  27.     "composition": "comp1",
  28.     "settings": {
  29.       "outputExt": "mov",
  30.       "renderSettings": "lowQuality",
  31.       "outputModule": "lowQuality",
  32.       "startFrame": 0,
  33.       "endFrame": "${duration}"
  34.     },
  35.     "assets": [
  36.       {"type": "project", "name": "project.aepx", "src": "http://localhost:${port}/assets/templates/${aepxfile}"},
  37.       {
  38.         "type": "image",
  39.         "name": "background.jpg",
  40.         "src": "http://localhost:${port}/assets/templates/${background}",
  41.         "filters": [{"name": "cover", "params": [1280, 720]}]
  42.       },
  43.       { "type": "image",   "name": "nm.png",          "src": "http://localhost:${port}/assets/templates/nm.png" },
  44.       { "type": "audio",   "name": "audio.${audio}",  "src": "http://localhost:${port}/assets/templates/${mixfile}" },
  45.       { "type": "script",  "name": "data.js",         "src": "http://localhost:${port}/assets/templates/${datascript}" }
  46.     ]
  47.   }
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement