From e2d7fca8ed941d4d91e6fc17441d2c2d9f97ba8b Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Tue, 15 Sep 2020 21:30:14 +0100 Subject: [PATCH] New H.264 timelapse recording in OctoPrint In order to be able to transcode it using Gstreamer we need the libav plugin. Update the README to add gstreamer1.0-libav to enable PolarCloud timelapse upload. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40d8cd2..04fcc9c 100755 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ following command line: ``` sudo apt-get update -sudo apt install gstreamer1.0-tools libx264-dev gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly +sudo apt install gstreamer1.0-tools gstreamer1.0-libav libx264-dev gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly ``` ## Plugin Configuration