From e4ef0b4aa0608e98f563f4872242e2d44d47e851 Mon Sep 17 00:00:00 2001 From: Orwa Diraneyya Date: Wed, 1 Dec 2021 14:16:57 +0100 Subject: [PATCH] ivana's change --- content/post/2021-12-01-ivana-stojanovic.md | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 content/post/2021-12-01-ivana-stojanovic.md diff --git a/content/post/2021-12-01-ivana-stojanovic.md b/content/post/2021-12-01-ivana-stojanovic.md new file mode 100644 index 0000000..c2d8d76 --- /dev/null +++ b/content/post/2021-12-01-ivana-stojanovic.md @@ -0,0 +1,32 @@ +--- +title: Ivana's Visualization +subtitle: Inspired by the famous Northern Macedonia´s fast 7/8 rhythm +date: 2021-12-01 +tags: ["music-visualizer", "competition"] +--- + +This is Ivana's project video made by deep-music-visualizer. + +I made four videos. I experimented with parametars and the last one proved to be the best one. + +## Command Variations + +The tempo was very important as the rhythm is quite fast. I was also trying to get in the video more pictures of the people than animals, but in the end I gave up and just used random numbers. Somehow this way I got 2 pictures with people, compered with my previous tries which had none. + +### Competition Entry 1 + +```bash + python `visualize.py` --song `Jovano_Jovanke.wav` + --resolution 512 + --duration 30 + --pitch_sensitivity 220 + --tempo_sensitivity 0.5 + --depth 0.7 + --classes 44 111 222 333 444 555 666 777 888 999 21 13 + --jitter 0.5 + --batch_size 4 + --output_file `my_song_4.mp4` + +``` + +{{