diff options
author | Florent F <florent.fayolle69@gmail.com> | 2018-06-15 18:27:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-15 18:27:35 +0200 |
commit | 05623b9030e16449b21a55735fb0451276d61e14 (patch) | |
tree | 37fd3d4178582ccae1514fc98ab0717fc90b4f34 /support | |
parent | f3a2cf8d2f7329c0ac2123c0eb30bfe65d1e9b57 (diff) | |
download | PeerTube-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')
-rw-r--r-- | support/doc/tools.md | 5 |
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 | |||
96 | Or 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 | ||