### Parameters | Param | Type | Default | Description | | --- | --- | --- | --- | | name | string | | Name of the element | | value | string | | URL of the video | | [frameRate] | number | 24 | video frame rate per second; default is 24; can use task data like `$fps` | | [sync] | string | | object name to sync with | | [muted] | boolean | false | muted video | | [height] | number | 600 | height of the video player | | [timelineHeight] | number | 64 | height of the timeline with regions | | [defaultPlaybackSpeed] | number | 1 | default playback speed the player should start with when loaded | | [minPlaybackSpeed] | number | 1 | minimum allowed playback speed; defaultPlaybackSpeed cannot be set below this value |