Skip to content

Commit

Permalink
cleanup makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MaZderMind committed Oct 3, 2021
1 parent 4f73a33 commit cc04772
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cc04772

Please sign in to comment.