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

themes.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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 48px 'Source Sans Pro'",
  13. "captionLineHeight": 48,
  14. "captionLineSpacing": 7,
  15. "captionLeft": 200,
  16. "captionRight": 1080
  17. },
  18. "Basic": {
  19. "backgroundColor": "#eee",
  20. "foregroundColor": "#de1e3d"
  21. },
  22. "Neon": {
  23. "backgroundColor": "#556270",
  24. "foregroundColor": "#c7f464"
  25. },
  26. "Three colors": {
  27. "backgroundColor": "#eee",
  28. "captionColor": "#515151",
  29. "waveColor": "#00b4ff"
  30. },
  31. "Background image with top right text": {
  32. "captionAlign": "right",
  33. "captionTop": 60,
  34. "captionRight": 1220,
  35. "captionLeft": 640,
  36. "backgroundImage": "amish1280.jpg",
  37. "foregroundColor": "#fc0",
  38. "waveBottom": 660,
  39. "waveTop": 320
  40. },
  41. "Distillations logo rect red wave white top right text": {
  42. "captionAlign": "right",
  43. "captionTop": 60,
  44. "captionRight": 1220,
  45. "captionLeft": 640,
  46. "backgroundImage": "Distillations_1280x720.jpg",
  47. "foregroundColor": "#fff",
  48. "waveColor": "#cf0920",
  49. "waveBottom": 660,
  50. "waveTop": 320
  51. },
  52. "Distillations logo square red wave white text": {
  53. "width": 640,
  54. "height": 640,
  55. "samplesPerFrame": 64,
  56. "waveTop": 20,
  57. "waveBottom": 300,
  58. "captionTop": 340,
  59. "captionLeft": 20,
  60. "captionRight": 620,
  61. "waveColor": "#cf0920",
  62. "foregroundColor": "#fff",
  63. "backgroundImage": "Distillations_640x640.jpg"
  64. },
  65. "Bars": {
  66. "pattern": "bars",
  67. "foregroundColor": "#d84a4a"
  68. },
  69. "Rounded bars with bottom left text": {
  70. "pattern": "roundBars",
  71. "foregroundColor": "#d84a4a",
  72. "captionAlign": "left",
  73. "captionLeft": 60,
  74. "captionRight": 640,
  75. "captionBottom": 660,
  76. "captionTop": null
  77. },
  78. "Line": {
  79. "backgroundColor": "#edc951",
  80. "foregroundColor": "#00a0b0",
  81. "pattern": "line"
  82. },
  83. "Curve": {
  84. "backgroundColor": "#00a0b0",
  85. "foregroundColor": "#edc951",
  86. "pattern": "curve"
  87. },
  88. "Bricks": {
  89. "backgroundColor": "#8771aa",
  90. "foregroundColor": "#fff",
  91. "pattern": "bricks"
  92. },
  93. "Equalizer on the bottom": {
  94. "backgroundColor": "#222",
  95. "foregroundColor": "#fff",
  96. "pattern": "equalizer",
  97. "captionTop": 40,
  98. "captionBottom": 380,
  99. "waveTop": 420,
  100. "waveBottom": 720
  101. },
  102. "Bold italic orange": {
  103. "captionAlign": "right",
  104. "captionTop": null,
  105. "captionBottom": 660,
  106. "captionRight": 1220,
  107. "captionLeft": 640,
  108. "backgroundColor": "#fd5a1e",
  109. "waveColor": "#fff",
  110. "captionFont": "bold italic 52px 'Source Sans Pro'"
  111. },
  112. "Pixelated": {
  113. "backgroundColor": "#ecd078",
  114. "foregroundColor": "#c02942",
  115. "pattern": "pixel"
  116. },
  117. "Square with background image": {
  118. "width": 640,
  119. "height": 640,
  120. "samplesPerFrame": 64,
  121. "waveTop": 20,
  122. "waveBottom": 300,
  123. "captionTop": 340,
  124. "captionLeft": 20,
  125. "captionRight": 620,
  126. "foregroundColor": "#0eb8ba",
  127. "backgroundImage": "amish640.png"
  128. }
  129. }