From e0097f1a5b5beaa669ab1041057523eb78369506 Mon Sep 17 00:00:00 2001 From: Orwa Diraneyya Date: Wed, 1 Dec 2021 15:02:40 +0100 Subject: [PATCH 1/3] seongho-ha --- content/post/2021-12-01-seongho-ha.md | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 content/post/2021-12-01-seongho-ha.md diff --git a/content/post/2021-12-01-seongho-ha.md b/content/post/2021-12-01-seongho-ha.md new file mode 100644 index 0000000..71d6b43 --- /dev/null +++ b/content/post/2021-12-01-seongho-ha.md @@ -0,0 +1,36 @@ +--- +title: Seongho's Visualization +subtitle: Inspired by my Dutch party visitations in Sittard +date: 2021-12-01 +tags: ["music-visualizer", "competition"] +--- + + +This is Seongho's entry for the competition. + +I made two videos, I was inspired by the type of music I heard in the _Soulfully Yours_ parties in Holland. + +## Command Variations + +I tried different things, the tempo command seems to help me achieve what I wanted to achieve because of this and that. + +### Competition Entry 1 + +```bash + python `visualize.py` --song `Dies Irae` --batch_size 4 --duration 46 \ + --resolution 512 --pitch_sensitivity 200 --tempo_sensitivity 0.5 --depth 0.3 --jitter 0.2 \ + --classes 1 2 3 4 5 6 7 8 9 10 11 12 --frame_length 512 --truncation 0.6 --smooth_factor 2\ + --output_file `ha-1` +``` + +{{