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

themes.json 2.7KB

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