From 807459143df27baa7e002a2a50acef5e3176824f Mon Sep 17 00:00:00 2001 From: Orwa Diraneyya Date: Wed, 1 Dec 2021 13:38:35 +0100 Subject: [PATCH 1/6] Yasmin#s video --- content/post/2021-12-01-yasmin-ragab.md | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 content/post/2021-12-01-yasmin-ragab.md diff --git a/content/post/2021-12-01-yasmin-ragab.md b/content/post/2021-12-01-yasmin-ragab.md new file mode 100644 index 0000000..27ea2b5 --- /dev/null +++ b/content/post/2021-12-01-yasmin-ragab.md @@ -0,0 +1,26 @@ +--- +title: Yasmin's Visualization +subtitle: Inspired by my Special dates and childhood fav. song +date: 2021-12-01 +tags: ["music-visualizer", "competition"] +--- + +This is Yasmin's entry for the competition. + +I made this video, I was inspired by one of my childhood favorite songs _Dessert Rose_ in Egypt. + +## 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 `song file` --batch_size 4 --duration 60 \ + --resolution 512 --pitch_sensitivity 220 --jitter 1 \ + --classes 169 662 199 234 197 23 19 21 40 200 10 1 \ + --output_file `video file` +``` + +{{