]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/tools.md
Add info about admin username in doc
[github/Chocobozzz/PeerTube.git] / support / doc / tools.md
index c8cc2d1d790c3d790b105e8bdb6230fdf8cc6cc4..c08747cdcc6d1ddd55716c3dc9e8389cf51caf62 100644 (file)
@@ -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
@@ -306,6 +307,8 @@ $ docker-compose exec -u peertube peertube npm run create-import-video-file-job
 
 ### create-move-video-storage-job.js
 
+**PeerTube >= 4.0**
+
 Use this script to move all video files or a specific video file to object storage.
 
 ```bash