Combine
Concatenate multiple videos into one, single video to rule them all. Remember, these videos must be the same format!
- JavaScript/Typescript
- Python
Arguments#
| Parameter | Type | Description |
|---|---|---|
| format | string | Desired format output |
| codec | string? | If not specified, the default codec for that format will be used |
undefined Full class reference is below
Typing#
Caveats#
- All files in the input array must be of same type
- String paths are only supported in node