Skip to content

Commit

Permalink
New H.264 timelapse recording in OctoPrint
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
markwal committed Sep 15, 2020
1 parent 0d51688 commit e2d7fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2d7fca

Please sign in to comment.