Add type information for create-transcoding-job's -r

pull/3112/head
Sumit Khanna 2020-08-19 10:17:43 -05:00 committed by Chocobozzz
parent ebc8dd52ca
commit 1c5c31a1ce
1 changed files with 1 additions and 0 deletions

View File

@ -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: