mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web: add support for "remux" type of local processing
it's currently used for fixing a very specific set of twitter videos, but will be used for remuxing HLS videos in the future
This commit is contained in:
@ -112,7 +112,7 @@ the response will always be a JSON object containing the `status` key, which is
|
||||
| key | type | value |
|
||||
|:-------------|:-----------|:--------------------------------------------------------------|
|
||||
| `status` | `string` | `local-processing` |
|
||||
| `type` | `string` | `merge`, `mute`, `audio`, or `gif` |
|
||||
| `type` | `string` | `merge`, `mute`, `audio`, `gif`, or `remux` |
|
||||
| `service` | `string` | origin service (`youtube`, `twitter`, `instagram`, etc) |
|
||||
| `tunnel` | `string[]` | array of tunnel URLs |
|
||||
| `output` | `object` | details about the output file ([see below](#output-object)) |
|
||||
|
Reference in New Issue
Block a user