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

themes.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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. "Why Oh Why": {
  19. "captionAlign": "right",
  20. "captionTop": 60,
  21. "captionRight": 1220,
  22. "captionLeft": 640,
  23. "backgroundImage": "why_oh_why.jpg",
  24. "captionColor": "#727074",
  25. "waveColor": "#00b3ff",
  26. "waveBottom": 660,
  27. "waveTop": 320
  28. },
  29. "LifeAfter-Center": {
  30. "captionAlign": "center",
  31. "captionTop": 60,
  32. "captionRight": 1080,
  33. "captionLeft": 200,
  34. "backgroundImage": "LifeAfter-BG-Center.jpg",
  35. "captionColor": "#ffffff",
  36. "pattern": "line",
  37. "waveColor": "#038f93",
  38. "waveBottom": 680,
  39. "waveTop": 440
  40. },
  41. "Slate - Election Day Special": {
  42. "captionAlign": "right",
  43. "captionTop": 60,
  44. "captionRight": 1220,
  45. "captionLeft": 640,
  46. "backgroundImage": "slate_election_special.png",
  47. "captionColor": "#ffffff",
  48. "waveColor": "#ffffff",
  49. "waveBottom": 660,
  50. "waveTop": 320
  51. },
  52. "Megaphone Dark": {
  53. "backgroundColor": "#232831",
  54. "captionColor": "#44484f",
  55. "waveColor": "#7373ea"
  56. },
  57. "Background image with top right text": {
  58. "captionAlign": "right",
  59. "captionTop": 60,
  60. "captionRight": 1220,
  61. "captionLeft": 640,
  62. "backgroundImage": "subway.jpg",
  63. "foregroundColor": "#fc0",
  64. "waveBottom": 660,
  65. "waveTop": 320
  66. },
  67. "Bars": {
  68. "pattern": "bars",
  69. "foregroundColor": "#d84a4a"
  70. },
  71. "Rounded bars with bottom left text": {
  72. "pattern": "roundBars",
  73. "foregroundColor": "#d84a4a",
  74. "captionAlign": "left",
  75. "captionLeft": 60,
  76. "captionRight": 640,
  77. "captionBottom": 660,
  78. "captionTop": null
  79. },
  80. "Line": {
  81. "backgroundColor": "#edc951",
  82. "foregroundColor": "#00a0b0",
  83. "pattern": "line"
  84. },
  85. "Curve": {
  86. "backgroundColor": "#00a0b0",
  87. "foregroundColor": "#edc951",
  88. "pattern": "curve"
  89. },
  90. "Bricks": {
  91. "backgroundColor": "#8771aa",
  92. "foregroundColor": "#fff",
  93. "pattern": "bricks"
  94. },
  95. "Equalizer on the bottom": {
  96. "backgroundColor": "#222",
  97. "foregroundColor": "#fff",
  98. "pattern": "equalizer",
  99. "captionTop": 40,
  100. "captionBottom": 380,
  101. "waveTop": 420,
  102. "waveBottom": 720
  103. },
  104. "Bold italic orange": {
  105. "captionAlign": "right",
  106. "captionTop": null,
  107. "captionBottom": 660,
  108. "captionRight": 1220,
  109. "captionLeft": 640,
  110. "backgroundColor": "#fd5a1e",
  111. "waveColor": "#fff",
  112. "captionFont": "bold italic 52px 'Source Sans Pro'"
  113. },
  114. "Pixelated": {
  115. "backgroundColor": "#ecd078",
  116. "foregroundColor": "#c02942",
  117. "pattern": "pixel"
  118. },
  119. "Square with background image": {
  120. "width": 640,
  121. "height": 640,
  122. "samplesPerFrame": 64,
  123. "waveTop": 20,
  124. "waveBottom": 300,
  125. "captionTop": 340,
  126. "captionLeft": 20,
  127. "captionRight": 620,
  128. "foregroundColor": "#0eb8ba",
  129. "backgroundImage": "nyc.png"
  130. }
  131. }