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

themes.json 2.7KB

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