From 221e55416af67613085f992e58d9bd48ea95b70d Mon Sep 17 00:00:00 2001 From: Orwa Diraneyya Date: Wed, 1 Dec 2021 14:11:53 +0100 Subject: [PATCH] qp-change --- content/post/2021-12-01-qirjako-panoti.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/post/2021-12-01-qirjako-panoti.md diff --git a/content/post/2021-12-01-qirjako-panoti.md b/content/post/2021-12-01-qirjako-panoti.md new file mode 100644 index 0000000..c98d121 --- /dev/null +++ b/content/post/2021-12-01-qirjako-panoti.md @@ -0,0 +1,21 @@ +--- +title: Panoti's Visualization +subtitle: Following the last assignment related to a music visualization task +date: 2021-12-01 +tags: ["music-visualizer", "competition"] +--- +This is ********qp**************'s entry for the competition. + +I tried too many videos, but I uploaded only one which I think it is the most representable. + +## Command Variations + +I think the most important think is to choose a song with low tempo and clear sound and harmony change. That will produce interesting and dinstriguishable images. + +### Competition Entry 1 + +```bash + python `visualize.py` --song `stones.wav` --resolution 512 --duration 20 --batch_size 10 --pitch_sensitivity 280 +--output_file `stones_batch10_pitch_output.mp4` +``` +{{