diff options
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 | ||