VideoBatch.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "className": "Video",
  3. "entries": [
  4. {
  5. "title": "Caminades 2",
  6. "description": "Caminandes 2: Gran Dillama",
  7. "language": { "existing": { "Code": "EN" } },
  8. "category": { "existing": { "Name": "Cartoon" } },
  9. "channel": { "existing": { "title": "Joystream Cartoons" } },
  10. "duration": 146,
  11. "hasMarketing": false,
  12. "isCurated": false,
  13. "isPublic": true,
  14. "media": {
  15. "new": {
  16. "encoding": { "existing": { "Name": "MPEG4" } },
  17. "location": {
  18. "new": {
  19. "httpMediaLocation": {
  20. "new": {
  21. "url": "http://www.caminandes.com/download/02_gran_dillama_1080p.zip"
  22. }
  23. }
  24. }
  25. },
  26. "pixelWidth": 1920,
  27. "pixelHeight": 1080
  28. }
  29. },
  30. "thumbnailURL": "http://www.caminandes.com/wp-content/uploads/2016/02/web_header4.png",
  31. "isExplicit": false,
  32. "license": { "new": { "knownLicense": { "existing": { "code": "CC_BY" } } } }
  33. },
  34. {
  35. "title": "Caminades 3",
  36. "description": "Caminandes 3: Llamigos",
  37. "language": { "existing": { "Code": "EN" } },
  38. "category": { "existing": { "Name": "Cartoon" } },
  39. "channel": { "existing": { "title": "Joystream Cartoons" } },
  40. "duration": 150,
  41. "hasMarketing": false,
  42. "isCurated": false,
  43. "isPublic": true,
  44. "media": {
  45. "new": {
  46. "encoding": { "existing": { "Name": "MPEG4" } },
  47. "location": {
  48. "new": {
  49. "httpMediaLocation": {
  50. "new": {
  51. "url": "http://www.caminandes.com/download/03_caminandes_llamigos_1080p.mp4"
  52. }
  53. }
  54. }
  55. },
  56. "pixelWidth": 1920,
  57. "pixelHeight": 1080
  58. }
  59. },
  60. "thumbnailURL": "http://www.caminandes.com/wp-content/uploads/2016/02/web_header4.png",
  61. "isExplicit": false,
  62. "license": { "new": { "knownLicense": { "existing": { "code": "CC_BY" } } } }
  63. }
  64. ]
  65. }