diff --git a/support/doc/tools.md b/support/doc/tools.md index 1f1e52c36..04cf2b569 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md @@ -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: