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

themes.json 2.8KB

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