From f8cc54cdb527b453c0e87a5caa35db9b55863831 Mon Sep 17 00:00:00 2001 From: Lab 8916100448256 Date: Fri, 4 Dec 2020 11:00:07 +0100 Subject: [PATCH] Update dependencies in README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ea6dfba..c70f810 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,14 @@ Scripts to generate video files and live streams for performance testing of PeerTube ## Dependencies -These scripts rely on ffmpeg to generate the videos files and RTMP streams. -Tested with ffmpeg versions: -- 4.1.6 -- 4.2.4 +These scripts rely on : +- `ffmpeg` to generate the audio/video streams. Tested with ffmpeg versions: + - 4.1.6 + - 4.2.4 +- `bc` to compute the encoding buffer size from the specified video bitrate + +To install the dependencies on Debian 10 (Buster): +`sudo apt install ffmpeg bc` # Mains scripts There are 4 main scripts :