From 221ee1adc916684d4881d2a9c4c01954dcde986e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 9 Nov 2021 11:52:41 +0100 Subject: Add transcoding fail message in client --- support/doc/tools.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'support') diff --git a/support/doc/tools.md b/support/doc/tools.md index 526cc98b1..c08747cdc 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md @@ -292,7 +292,8 @@ $ docker-compose exec -u peertube peertube npm run create-transcoding-job -- --g ### create-import-video-file-job.js -You can use this script to import a video file to replace an already uploaded file or to add a new resolution to a video. PeerTube needs to be running. +You can use this script to import a video file to replace an already uploaded file or to add a new webtorrent resolution to a video. PeerTube needs to be running. +You can then create a transcoding job using `npm run create-transcoding-job` if you need to optimize your file or create an HLS version of it. ```bash $ # Basic installation -- cgit v1.2.3