From 5c932df4b76a7e920c4372bbe10a97fbbf4601d0 Mon Sep 17 00:00:00 2001 From: MEACOOO Date: Wed, 1 Dec 2021 14:50:29 +0100 Subject: [PATCH] yanran chen --- content/post/2021-12-01-yanran-chen.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/post/2021-12-01-yanran-chen.md diff --git a/content/post/2021-12-01-yanran-chen.md b/content/post/2021-12-01-yanran-chen.md new file mode 100644 index 0000000..264d2e2 --- /dev/null +++ b/content/post/2021-12-01-yanran-chen.md @@ -0,0 +1,18 @@ +--- +title: Yanran's Visualization +subtitle: Inspired by my Dutch party visitations in Sittard +date: 2021-12-01 +tags: ["music-visualizer", "competition"] +--- + +### Competition Entry 1 + +```bash + python `visualize.py` --song `song file` --duration 43 --depth 0.5 \ + --batch_size 4 --pitch_sensitivity 220 \ + --tempo_sensitivity 0.07 --num_classes 8 --frame_length 1024 \ + --truncation 0.1 --smooth_factor 40 --jitter 0.2 \ + --output_file `video file` +``` + +{{