From cc0477250170488e5b3a8c67c0d2e09530dd49c1 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 3 Oct 2021 17:31:13 +0200 Subject: [PATCH] cleanup makefile --- Makefile | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index ea6197b..123c762 100644 --- a/Makefile +++ b/Makefile @@ -48,20 +48,7 @@ run-ebur128-with-seek: build run-ebur128graph: build GST_PLUGIN_PATH=$(realpath builddir) gst-launch-1.0 \ filesrc location=examples/music.mp3 ! mpegaudioparse ! mpg123audiodec ! tee name=t \ - t. ! queue ! ebur128graph short-term-gauge=true momentary-gauge=true peak-gauge=true ! videoconvert ! ximagesink \ + t. ! queue ! ebur128graph short-term-gauge=true momentary-gauge=true peak-gauge=true scale-from=1 ! videoconvert ! ximagesink \ t. ! queue ! autoaudiosink -run-ebur128graph-noninteractive: build - GST_PLUGIN_PATH=$(realpath builddir) gst-launch-1.0 \ - filesrc location=examples/music.mp3 ! mpegaudioparse ! mpg123audiodec ! tee name=t \ - t. ! queue ! ebur128graph short-term-gauge=true momentary-gauge=true peak-gauge=true ! videoconvert ! vp8enc ! mux. \ - t. ! queue ! vorbisenc ! mux. \ - webmmux name=mux ! filesink location=builddir/music-and-graph.webm - -run-ebur128graph-still: build - GST_PLUGIN_PATH=$(realpath builddir) gst-launch-1.0 \ - filesrc location=examples/music.mp3 ! mpegaudioparse ! mpg123audiodec ! \ - ebur128graph short-term-gauge=true momentary-gauge=true peak-gauge=true ! video/x-raw,framerate=1/1 ! videoconvert ! pngenc ! \ - identity eos-after=10 ! multifilesink location=builddir/music-and-graph-%d.png - -.PHONY: build inspect inspect-ebur128 run-ebur128 format +.PHONY: build clean format inspect inspect-ebur128 inspect-ebur128graph run-tests run-example-py run-ebur128 run-ebur128-with-seek run-ebur128graph