|
|
|
|
24
|
* `framesPerSecond` - desired video framerate (e.g. `20`)
|
24
|
* `framesPerSecond` - desired video framerate (e.g. `20`)
|
25
|
* `samplesPerFrame` - How many data points to use for the waveform. More points = a more detailed wave. (e.g. `128`)
|
25
|
* `samplesPerFrame` - How many data points to use for the waveform. More points = a more detailed wave. (e.g. `128`)
|
26
|
|
26
|
|
27
|
-To see what specs different social media platforms want, see the [Developer notes](DEVELOPERS.md).
|
|
|
|
|
27
|
+To see what specs different social media platforms want, see the [Developer notes](DEVELOPERS.md#use-different-dimensions-besides-1280x720).
|
28
|
|
28
|
|
29
|
### Background options
|
29
|
### Background options
|
30
|
|
30
|
|
|
|
|
|
56
|
* `captionLineSpacing` - How many extra pixels to put between caption lines. You'll want to adjust this for whatever font and font size you're using.
|
56
|
* `captionLineSpacing` - How many extra pixels to put between caption lines. You'll want to adjust this for whatever font and font size you're using.
|
57
|
* `captionLeft` - How many pixels from the left edge to place the caption
|
57
|
* `captionLeft` - How many pixels from the left edge to place the caption
|
58
|
* `captionRight` - How many pixels from the right edge to place the caption
|
58
|
* `captionRight` - How many pixels from the right edge to place the caption
|
59
|
-* `captionBottom` or `captionTop` - How many pixels from the bottom or top edge to place the caption. Determines whether the caption text will be top- or bottom-aligned. If both are set, the caption will be roughly vertically centered between them, though this [isn't perfect](https://github.com/nypublicradio/audiogram/issues/20).
|
|
|
|
|
59
|
+* `captionBottom` or `captionTop` - How many pixels from the bottom or top edge to place the caption. Determines whether the caption text will be top- or bottom-aligned. If both are set, the caption will be roughly vertically centered between them, give or take a few pixels depending on the font.
|
60
|
|
60
|
|
61
|
### Wave options
|
61
|
### Wave options
|
62
|
|
62
|
|