TODO: Archive on GitHub and only maintain here? (currently out of sync) https://github.com/voc/multiview-monitor
  • Python 87.7%
  • Dockerfile 7.6%
  • Shell 4.7%
Find a file
2020-01-06 21:00:14 +01:00
lib allow setting an external sink command, experiment for 34c3 config 2017-12-22 18:52:28 +01:00
.gitignore basic setup of a loudness-monitor mixing pipeline 2016-01-12 12:48:57 +01:00
config-34c3-test.ini add 34c3 prod config 2017-12-22 18:52:28 +01:00
config-34c3.ini add 34c3 prod config 2017-12-22 18:52:28 +01:00
config-36c3.ini add 36c3 prod config 2020-01-06 21:00:14 +01:00
config-test.ini change test-config to be less power hungry while showcasing all option 2017-12-22 18:52:28 +01:00
docker-ep.sh Dockerfile and entrypoint 2017-12-22 18:52:28 +01:00
Dockerfile Dockerfile and entrypoint 2017-12-22 18:52:28 +01:00
LICENSE.txt basic setup of a loudness-monitor mixing pipeline 2016-01-12 12:48:57 +01:00
multiview-monitor.py refactor to allow multiple inputs of different sizes 2017-01-03 23:46:46 +01:00
README.md docu of building docker image 2018-12-28 14:57:23 +01:00
screenshot.jpg update screenshot 2017-01-04 00:42:45 +01:00

MultiView Monitor

This tool uses the ffmpeg ebur128 Filter to produce realtime loudness charts for multiple streams, which are then mixed into a larger video-stream within gstreamer. The resulting multiview of the loudness charts can now be streamed back to the streaming-server, which makes it easily available for people to check.

Example Output

Run with Docker

docker run --rm --volume $(pwd)/config-34c3.ini:/opt/multiview-monitor.ini mazdermind/multiview-monitor:latest

Create and Publish new Docker-Image

docker build --tag mazdermind/multiview-monitor:latest .
docker push mazdermind/multiview-monitor:latest