From 920864f5509625694dd3e09e88c50ae3053ca16f Mon Sep 17 00:00:00 2001 From: Orwa Diraneyya Date: Wed, 1 Dec 2021 14:50:28 +0100 Subject: [PATCH 1/2] description changes of dominik's competition entry --- content/post/2021-12-01-dominik-leitner.md | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 content/post/2021-12-01-dominik-leitner.md diff --git a/content/post/2021-12-01-dominik-leitner.md b/content/post/2021-12-01-dominik-leitner.md new file mode 100644 index 0000000..72a0ed8 --- /dev/null +++ b/content/post/2021-12-01-dominik-leitner.md @@ -0,0 +1,33 @@ +--- +title: Dominik's Visualization +subtitle: Inspired by Berlin's underground techno parties +date: 2021-12-01 +tags: ["music-visualizer", "competition"] +--- + +This is Dominik's entry for the competition. + +I made two videos, I was inspired by the type of music I heard at the _underground techno parties_ in Berlin. + +## Command Variations + +Techno music has high bpm's and a fast pitch change. The video has to be able to follow the fast changes accorddingly, so it is important to adjust the python code to it. The visuals have to support the atmosphere of the music, that's why the pictures have a fast flow and don't stay static. + +### Anetha - Acid Train +```bash +python 'visualize.py' --song `song file` --resolution 512 --pitch_sensitivity 1 \ + --tempo_sensitivity 0.8 --depth 1 --classes 25 50 75 150 200 400 450 550 670 699 802 969 \ + --jitter 0 --frame_length 512 --truncation 0.9 --smooth_factor 5 --batch_size 4 --output_file 'video file' +``` + +{{