]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/tools.md
Better error message on postgresql connection err
[github/Chocobozzz/PeerTube.git] / support / doc / tools.md
index 1f1e52c36dc58a68932f005fceb15255434c4e0d..04cf2b56942d9f605d065cf1a0aff7054edaca46 100644 (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: