From fac9402cbdf100c690e48b4e5384fd068f505e34 Mon Sep 17 00:00:00 2001 From: Erich Domme Date: Wed, 1 Dec 2021 15:07:54 +0100 Subject: [PATCH] Added Erich's Competition Artical --- content/post/2021-12-01-erich-domme.md | 44 ++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 content/post/2021-12-01-erich-domme.md diff --git a/content/post/2021-12-01-erich-domme.md b/content/post/2021-12-01-erich-domme.md new file mode 100644 index 0000000..eeab9e7 --- /dev/null +++ b/content/post/2021-12-01-erich-domme.md @@ -0,0 +1,44 @@ +--- +title: Erich's Visualization +subtitle: Assassin's Creed Soundtrack visualized with my Architecture Background +date: 2021-12-01 +tags: ["music-visualizer", "competition"] +--- + +This is Erich's entry for the competition. + +I made three videos, I love the Assassin's Creed 2 Soundtrack, so I used Pictures which represent my Architecture Background. + +## Command Variations + +I finally made it! The quality is better. By adding " --batch_size 5 " I was able to increase the resolution to 512. Still, I think my first ones are better because they stimulate the imagination and more often capture the mood better.I finally made it! The quality is better. By adding " --batch_size 5 " I was able to increase the resolution to 512. Still, I think my first ones are better because they stimulate the imagination and more often capture the mood better. + +### Competition Entry 1 + +```bash + python `visualize.py` --song `song file` --resolution 128 \ + --pitch_sensitivity 250 --num_classes 7 \ + --classes 497 22 535 624 668 825 821 --output_file `video file` +``` + +{{