mirror of https://github.com/Chocobozzz/PeerTube
Add type information for create-transcoding-job's -r
parent
ebc8dd52ca
commit
1c5c31a1ce
|
@ -256,6 +256,7 @@ Or to transcode to a specific resolution:
|
|||
```
|
||||
$ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run create-transcoding-job -- -v [videoUUID] -r [resolution]
|
||||
```
|
||||
The resolution should be an integer (`1080`, `720`, `480`, etc.)
|
||||
|
||||
To generate an HLS playlist for a video:
|
||||
|
||||
|
|
Loading…
Reference in New Issue