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

themes.json 3.0KB

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