diff options
author | Sumit Khanna <notify@battlepenguin.com> | 2020-08-19 10:17:43 -0500 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-19 17:28:32 +0200 |
commit | 1c5c31a1cef7b12d71a799ae9c2a4371647bfee2 (patch) | |
tree | dd0839a61bbb3123e8d35c219cc5316f57df6df5 /support/doc/tools.md | |
parent | ebc8dd52caaacb379f4cf060c9a8cca4081abd5c (diff) | |
download | PeerTube-1c5c31a1cef7b12d71a799ae9c2a4371647bfee2.tar.gz PeerTube-1c5c31a1cef7b12d71a799ae9c2a4371647bfee2.tar.zst PeerTube-1c5c31a1cef7b12d71a799ae9c2a4371647bfee2.zip |
Add type information for create-transcoding-job's -r
Diffstat (limited to 'support/doc/tools.md')
-rw-r--r-- | support/doc/tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
256 | ``` | 256 | ``` |
257 | $ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run create-transcoding-job -- -v [videoUUID] -r [resolution] | 257 | $ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run create-transcoding-job -- -v [videoUUID] -r [resolution] |
258 | ``` | 258 | ``` |
259 | The resolution should be an integer (`1080`, `720`, `480`, etc.) | ||
259 | 260 | ||
260 | To generate an HLS playlist for a video: | 261 | To generate an HLS playlist for a video: |
261 | 262 | ||