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

themes.json 2.4KB

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