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

themes.json 2.6KB

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