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

themes.json 2.8KB

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