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