From fef809c7f2d933b6216f3d3ea7cf963273d8cc1e Mon Sep 17 00:00:00 2001 From: Timur Kuzu Date: Wed, 1 Dec 2021 15:52:48 +0100 Subject: [PATCH 1/2] added timurs competition entry --- content/post/2021-12-01-timur-kuzu.md | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 content/post/2021-12-01-timur-kuzu.md diff --git a/content/post/2021-12-01-timur-kuzu.md b/content/post/2021-12-01-timur-kuzu.md new file mode 100644 index 0000000..4e40d3e --- /dev/null +++ b/content/post/2021-12-01-timur-kuzu.md @@ -0,0 +1,30 @@ +--- +title: Timur's Visualization +subtitle: Inspired by some music I found online +date: 2021-12-01 +tags: ["music-visualizer", "competition"] +--- + +This is Timur's entry for the competition. + +I made two videos, I was inspired by some license-free music tracks I found online. + +## Command Variations + +I did some trial and error changing various different settings for the deep music visualizer and combining it with animal as well as spacecraft image libraries. + +### Competition Entry 1 + +```bash + python visualize.py --song 8-bit_game_theme.wav --resolution 512 --duration 30 --pitch_sensitivity 240 --tempo_sensitivity 0.3 --depth 0.9 --num_classes 1 --classes 812 --sort_classes_by_power 1 --jitter 0.65 --frame_length 512 --truncation 0.5 --smooth_factor 16 --batch_size 30 --use_previous_classes 0 --use_previous_vectors 0 --output_file 8bit_game_theme_video.mp4 +``` + +{{