Turn audio into a shareable video. forked from nypublicradio/audiogram

themes.json 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "default": {
  3. "width": 1280,
  4. "height": 720,
  5. "framesPerSecond": 20,
  6. "maxDuration": 300,
  7. "samplesPerFrame": 128,
  8. "pattern": "wave",
  9. "waveTop": 150,
  10. "waveBottom": 420,
  11. "captionTop": 470,
  12. "captionFont": "300 52px 'Source Sans Pro'",
  13. "captionLineHeight": 52,
  14. "captionLineSpacing": 7,
  15. "captionLeft": 200,
  16. "captionRight": 1080
  17. },
  18. "Panoply Pilot Project": {
  19. "captionAlign": "right",
  20. "captionTop": 60,
  21. "captionRight": 1220,
  22. "captionLeft": 640,
  23. "backgroundImage": "ppp.jpg",
  24. "foregroundColor": "#fc0",
  25. "waveBottom": 660,
  26. "waveTop": 320
  27. },
  28. "Why Oh Why": {
  29. "captionAlign": "right",
  30. "captionTop": 60,
  31. "captionRight": 1220,
  32. "captionLeft": 640,
  33. "backgroundImage": "why_oh_why.jpg",
  34. "captionColor": "#727074",
  35. "waveColor": "#00b3ff",
  36. "waveBottom": 660,
  37. "waveTop": 320
  38. },
  39. "Dear Prudie": {
  40. "foregroundColor": "#fff",
  41. "backgroundImage": "dear_prudie.jpg",
  42. "pattern": "equalizer",
  43. "captionTop": 40,
  44. "captionBottom": 380,
  45. "waveTop": 420,
  46. "waveBottom": 720
  47. },
  48. "LifeAfter-Center": {
  49. "captionAlign": "center",
  50. "captionTop": 60,
  51. "captionRight": 1080,
  52. "captionLeft": 200,
  53. "backgroundImage": "LifeAfter-BG-Center.jpg",
  54. "captionColor": "#ffffff",
  55. "pattern": "line",
  56. "waveColor": "#038f93",
  57. "waveBottom": 680,
  58. "waveTop": 440
  59. },
  60. "LifeAfter-Left": {
  61. "captionAlign": "center",
  62. "captionTop": 200,
  63. "captionBottom": 380,
  64. "captionRight": 1255,
  65. "captionLeft": 805,
  66. "backgroundImage": "LifeAfter-BG-Left.jpg",
  67. "captionColor": "#ffffff",
  68. "pattern": "line",
  69. "waveColor": "#038f93",
  70. "waveBottom": 680,
  71. "waveTop": 440
  72. },
  73. "Slate - Election Day Special": {
  74. "captionAlign": "right",
  75. "captionTop": 60,
  76. "captionRight": 1220,
  77. "captionLeft": 640,
  78. "backgroundImage": "slate_election_special.png",
  79. "captionColor": "#ffffff",
  80. "waveColor": "#ffffff",
  81. "waveBottom": 660,
  82. "waveTop": 320
  83. },
  84. "Megaphone Dark": {
  85. "backgroundColor": "#232831",
  86. "captionColor": "#44484f",
  87. "waveColor": "#7373ea"
  88. },
  89. "Background image with top right text": {
  90. "captionAlign": "right",
  91. "captionTop": 60,
  92. "captionRight": 1220,
  93. "captionLeft": 640,
  94. "backgroundImage": "subway.jpg",
  95. "foregroundColor": "#fc0",
  96. "waveBottom": 660,
  97. "waveTop": 320
  98. },
  99. "Bars": {
  100. "pattern": "bars",
  101. "foregroundColor": "#d84a4a"
  102. },
  103. "Rounded bars with bottom left text": {
  104. "pattern": "roundBars",
  105. "foregroundColor": "#d84a4a",
  106. "captionAlign": "left",
  107. "captionLeft": 60,
  108. "captionRight": 640,
  109. "captionBottom": 660,
  110. "captionTop": null
  111. },
  112. "Line": {
  113. "backgroundColor": "#edc951",
  114. "foregroundColor": "#00a0b0",
  115. "pattern": "line"
  116. },
  117. "Curve": {
  118. "backgroundColor": "#00a0b0",
  119. "foregroundColor": "#edc951",
  120. "pattern": "curve"
  121. },
  122. "Bricks": {
  123. "backgroundColor": "#8771aa",
  124. "foregroundColor": "#fff",
  125. "pattern": "bricks"
  126. },
  127. "Equalizer on the bottom": {
  128. "backgroundColor": "#222",
  129. "foregroundColor": "#fff",
  130. "pattern": "equalizer",
  131. "captionTop": 40,
  132. "captionBottom": 380,
  133. "waveTop": 420,
  134. "waveBottom": 720
  135. },
  136. "Bold italic orange": {
  137. "captionAlign": "right",
  138. "captionTop": null,
  139. "captionBottom": 660,
  140. "captionRight": 1220,
  141. "captionLeft": 640,
  142. "backgroundColor": "#fd5a1e",
  143. "waveColor": "#fff",
  144. "captionFont": "bold italic 52px 'Source Sans Pro'"
  145. },
  146. "Pixelated": {
  147. "backgroundColor": "#ecd078",
  148. "foregroundColor": "#c02942",
  149. "pattern": "pixel"
  150. },
  151. "Square with background image": {
  152. "width": 640,
  153. "height": 640,
  154. "samplesPerFrame": 64,
  155. "waveTop": 20,
  156. "waveBottom": 300,
  157. "captionTop": 340,
  158. "captionLeft": 20,
  159. "captionRight": 620,
  160. "foregroundColor": "#0eb8ba",
  161. "backgroundImage": "nyc.png"
  162. }
  163. }