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

themes.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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. "CU Daily Journal (Facebook/YouTube)": {
  32. "captionAlign": "right",
  33. "captionTop": 128,
  34. "captionRight": 1220,
  35. "captionLeft": 640,
  36. "captionFont": "65px 'Montserrat'",
  37. "backgroundImage": "1280x720-cu-dj-audiogram.png",
  38. "foregroundColor": "#fc0",
  39. "waveBottom": 660,
  40. "waveTop": 320,
  41. "maxDuration": 600
  42. },
  43. "CU Bonus Cast (Facebook/YouTube)": {
  44. "captionAlign": "center",
  45. "captionTop": 444,
  46. "captionRight": 1180,
  47. "captionLeft": 100,
  48. "captionFont": "50px 'Montserrat'",
  49. "backgroundImage": "1280x720-cu-bonus-audiogram.png",
  50. "foregroundColor": "#fc0",
  51. "waveBottom": 670,
  52. "waveTop": 535,
  53. "waveColor": "#000",
  54. "captionColor": "#fff",
  55. "maxDuration": 3600
  56. },
  57. "Background image with top right text": {
  58. "captionAlign": "right",
  59. "captionTop": 60,
  60. "captionRight": 1220,
  61. "captionLeft": 640,
  62. "backgroundImage": "subway.jpg",
  63. "foregroundColor": "#fc0",
  64. "waveBottom": 660,
  65. "waveTop": 320
  66. },
  67. "Bars": {
  68. "pattern": "bars",
  69. "foregroundColor": "#d84a4a"
  70. },
  71. "Rounded bars with bottom left text": {
  72. "pattern": "roundBars",
  73. "foregroundColor": "#d84a4a",
  74. "captionAlign": "left",
  75. "captionLeft": 60,
  76. "captionRight": 640,
  77. "captionBottom": 660,
  78. "captionTop": null
  79. },
  80. "Line": {
  81. "backgroundColor": "#edc951",
  82. "foregroundColor": "#00a0b0",
  83. "pattern": "line"
  84. },
  85. "Curve": {
  86. "backgroundColor": "#00a0b0",
  87. "foregroundColor": "#edc951",
  88. "pattern": "curve"
  89. },
  90. "Bricks": {
  91. "backgroundColor": "#8771aa",
  92. "foregroundColor": "#fff",
  93. "pattern": "bricks"
  94. },
  95. "Equalizer on the bottom": {
  96. "backgroundColor": "#222",
  97. "foregroundColor": "#fff",
  98. "pattern": "equalizer",
  99. "captionTop": 40,
  100. "captionBottom": 380,
  101. "waveTop": 420,
  102. "waveBottom": 720
  103. },
  104. "Bold italic orange": {
  105. "captionAlign": "right",
  106. "captionTop": null,
  107. "captionBottom": 660,
  108. "captionRight": 1220,
  109. "captionLeft": 640,
  110. "backgroundColor": "#fd5a1e",
  111. "waveColor": "#fff",
  112. "captionFont": "bold italic 52px 'Source Sans Pro'"
  113. },
  114. "Pixelated": {
  115. "backgroundColor": "#ecd078",
  116. "foregroundColor": "#c02942",
  117. "pattern": "pixel"
  118. },
  119. "Square with background image": {
  120. "width": 640,
  121. "height": 640,
  122. "samplesPerFrame": 64,
  123. "waveTop": 20,
  124. "waveBottom": 300,
  125. "captionTop": 340,
  126. "captionLeft": 20,
  127. "captionRight": 620,
  128. "foregroundColor": "#0eb8ba",
  129. "backgroundImage": "nyc.png"
  130. }
  131. }