aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorFlorent F <florent.fayolle69@gmail.com>2018-06-15 18:27:35 +0200
committerChocobozzz <me@florianbigard.com>2018-06-15 18:27:35 +0200
commit05623b9030e16449b21a55735fb0451276d61e14 (patch)
tree37fd3d4178582ccae1514fc98ab0717fc90b4f34 /support/doc
parentf3a2cf8d2f7329c0ac2123c0eb30bfe65d1e9b57 (diff)
downloadPeerTube-05623b9030e16449b21a55735fb0451276d61e14.tar.gz
PeerTube-05623b9030e16449b21a55735fb0451276d61e14.tar.zst
PeerTube-05623b9030e16449b21a55735fb0451276d61e14.zip
Add resolution to create-transcoding-job script (#654)
* Add resolution to create-transcoding-job script * Requested changes
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/tools.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/support/doc/tools.md b/support/doc/tools.md
index 26b44c835..0addc0803 100644
--- a/support/doc/tools.md
+++ b/support/doc/tools.md
@@ -92,6 +92,11 @@ You can use this script to force transcoding of an existing video.
92``` 92```
93$ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run create-transcoding-job -- -v [videoUUID] 93$ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run create-transcoding-job -- -v [videoUUID]
94``` 94```
95
96Or to transcode to a specific resolution:
97```
98$ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run create-transcoding-job -- -v [videoUUID] -r [resolution]
99```
95 100
96### create-import-video-file-job.js 101### create-import-video-file-job.js
97 102