From 26293db40f8ac62f3971e0e9dbbc0bf3439e61c0 Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Tue, 29 Dec 2020 19:33:03 +0200 Subject: Initial commit --- resources/clips/big_thief_mary | Bin 0 -> 1642348 bytes resources/clips/norah_jones_dont_know_why | Bin 0 -> 881248 bytes resources/clips/rammstein_dalai_lama | Bin 0 -> 919226 bytes resources/font/ShareTechMono-Regular.ttf | Bin 0 -> 42756 bytes resources/readme_images/colormaps.png | Bin 0 -> 871787 bytes resources/readme_images/example.png | Bin 0 -> 1037903 bytes resources/readme_images/example_file.png | Bin 0 -> 836561 bytes resources/readme_images/example_live.png | Bin 0 -> 702143 bytes resources/readme_images/generate.sh | 30 ++++++++++++++++++++++++++++++ 9 files changed, 30 insertions(+) create mode 100644 resources/clips/big_thief_mary create mode 100644 resources/clips/norah_jones_dont_know_why create mode 100644 resources/clips/rammstein_dalai_lama create mode 100644 resources/font/ShareTechMono-Regular.ttf create mode 100644 resources/readme_images/colormaps.png create mode 100644 resources/readme_images/example.png create mode 100644 resources/readme_images/example_file.png create mode 100644 resources/readme_images/example_live.png create mode 100755 resources/readme_images/generate.sh (limited to 'resources') diff --git a/resources/clips/big_thief_mary b/resources/clips/big_thief_mary new file mode 100644 index 0000000..990cf90 Binary files /dev/null and b/resources/clips/big_thief_mary differ diff --git a/resources/clips/norah_jones_dont_know_why b/resources/clips/norah_jones_dont_know_why new file mode 100644 index 0000000..973d6b6 Binary files /dev/null and b/resources/clips/norah_jones_dont_know_why differ diff --git a/resources/clips/rammstein_dalai_lama b/resources/clips/rammstein_dalai_lama new file mode 100644 index 0000000..66792c2 Binary files /dev/null and b/resources/clips/rammstein_dalai_lama differ diff --git a/resources/font/ShareTechMono-Regular.ttf b/resources/font/ShareTechMono-Regular.ttf new file mode 100644 index 0000000..c8e530f Binary files /dev/null and b/resources/font/ShareTechMono-Regular.ttf differ diff --git a/resources/readme_images/colormaps.png b/resources/readme_images/colormaps.png new file mode 100644 index 0000000..4af0ec5 Binary files /dev/null and b/resources/readme_images/colormaps.png differ diff --git a/resources/readme_images/example.png b/resources/readme_images/example.png new file mode 100644 index 0000000..9e675e4 Binary files /dev/null and b/resources/readme_images/example.png differ diff --git a/resources/readme_images/example_file.png b/resources/readme_images/example_file.png new file mode 100644 index 0000000..1d2b0c7 Binary files /dev/null and b/resources/readme_images/example_file.png differ diff --git a/resources/readme_images/example_live.png b/resources/readme_images/example_live.png new file mode 100644 index 0000000..3d63ab5 Binary files /dev/null and b/resources/readme_images/example_live.png differ diff --git a/resources/readme_images/generate.sh b/resources/readme_images/generate.sh new file mode 100755 index 0000000..348f6af --- /dev/null +++ b/resources/readme_images/generate.sh @@ -0,0 +1,30 @@ +#!/bin/sh +specgram -eqz --bg-color=00000000 --fg-color=000000ff -i ../clips/norah_jones_dont_know_why colormap_jet.png -c jet +specgram -eqz --bg-color=00000000 --fg-color=000000ff -i ../clips/norah_jones_dont_know_why colormap_gray.png -c gray +specgram -eqz --bg-color=00000000 --fg-color=000000ff -i ../clips/norah_jones_dont_know_why colormap_purple.png -c purple +specgram -eqz --bg-color=00000000 --fg-color=000000ff -i ../clips/norah_jones_dont_know_why colormap_blue.png -c blue +specgram -eqz --bg-color=00000000 --fg-color=000000ff -i ../clips/norah_jones_dont_know_why colormap_green.png -c green +specgram -eqz --bg-color=00000000 --fg-color=000000ff -i ../clips/norah_jones_dont_know_why colormap_orange.png -c orange +specgram -eqz --bg-color=00000000 --fg-color=000000ff -i ../clips/norah_jones_dont_know_why colormap_red.png -c red + +montage \ +-label "jet" colormap_jet.png \ +-label "gray" colormap_gray.png \ +-label "purple" colormap_purple.png \ +-label "blue" colormap_blue.png \ +-label "green" colormap_green.png \ +-label "orange" colormap_orange.png \ +-label "red" colormap_red.png \ +-geometry 200x colormaps.png + +rm -rf colormap_*.png + +specgram -eq -f 8192 -y 4000 --bg-color=00000000 --fg-color=000000ff -i ../clips/rammstein_dalai_lama example_file.png + +# Following command should be used for screenshot acquisition +# cat ../clips/rammstein_dalai_lama | specgram -eql -f 8192 -y 4000 -k 440 + +montage \ +-label "Live view" example_live.png \ +-label "File output" example_file.png \ +-geometry 400x example.png \ No newline at end of file -- cgit v1.2.3