diff options
| author | Vasile Vilvoiu <vasi.vilvoiu@gmail.com> | 2020-12-29 19:33:03 +0200 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi.vilvoiu@gmail.com> | 2020-12-29 19:33:03 +0200 |
| commit | 26293db40f8ac62f3971e0e9dbbc0bf3439e61c0 (patch) | |
| tree | 218c93aba851c3c3123e9e72d25c974aa65cfd52 /resources | |
Initial commit
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/clips/big_thief_mary | bin | 0 -> 1642348 bytes | |||
| -rw-r--r-- | resources/clips/norah_jones_dont_know_why | bin | 0 -> 881248 bytes | |||
| -rw-r--r-- | resources/clips/rammstein_dalai_lama | bin | 0 -> 919226 bytes | |||
| -rw-r--r-- | resources/font/ShareTechMono-Regular.ttf | bin | 0 -> 42756 bytes | |||
| -rw-r--r-- | resources/readme_images/colormaps.png | bin | 0 -> 871787 bytes | |||
| -rw-r--r-- | resources/readme_images/example.png | bin | 0 -> 1037903 bytes | |||
| -rw-r--r-- | resources/readme_images/example_file.png | bin | 0 -> 836561 bytes | |||
| -rw-r--r-- | resources/readme_images/example_live.png | bin | 0 -> 702143 bytes | |||
| -rwxr-xr-x | resources/readme_images/generate.sh | 30 |
9 files changed, 30 insertions, 0 deletions
diff --git a/resources/clips/big_thief_mary b/resources/clips/big_thief_mary Binary files differnew file mode 100644 index 0000000..990cf90 --- /dev/null +++ b/resources/clips/big_thief_mary diff --git a/resources/clips/norah_jones_dont_know_why b/resources/clips/norah_jones_dont_know_why Binary files differnew file mode 100644 index 0000000..973d6b6 --- /dev/null +++ b/resources/clips/norah_jones_dont_know_why diff --git a/resources/clips/rammstein_dalai_lama b/resources/clips/rammstein_dalai_lama Binary files differnew file mode 100644 index 0000000..66792c2 --- /dev/null +++ b/resources/clips/rammstein_dalai_lama diff --git a/resources/font/ShareTechMono-Regular.ttf b/resources/font/ShareTechMono-Regular.ttf Binary files differnew file mode 100644 index 0000000..c8e530f --- /dev/null +++ b/resources/font/ShareTechMono-Regular.ttf diff --git a/resources/readme_images/colormaps.png b/resources/readme_images/colormaps.png Binary files differnew file mode 100644 index 0000000..4af0ec5 --- /dev/null +++ b/resources/readme_images/colormaps.png diff --git a/resources/readme_images/example.png b/resources/readme_images/example.png Binary files differnew file mode 100644 index 0000000..9e675e4 --- /dev/null +++ b/resources/readme_images/example.png diff --git a/resources/readme_images/example_file.png b/resources/readme_images/example_file.png Binary files differnew file mode 100644 index 0000000..1d2b0c7 --- /dev/null +++ b/resources/readme_images/example_file.png diff --git a/resources/readme_images/example_live.png b/resources/readme_images/example_live.png Binary files differnew file mode 100644 index 0000000..3d63ab5 --- /dev/null +++ b/resources/readme_images/example_live.png 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 |
