diff --git a/content/post/2021-12-01-orhun_ozcan.md b/content/post/2021-12-01-orhun_ozcan.md new file mode 100644 index 0000000..4010cd4 --- /dev/null +++ b/content/post/2021-12-01-orhun_ozcan.md @@ -0,0 +1,25 @@ +--- +title: Orhun's Visualization +subtitle: Bul Beni +date: 2021-12-01 +tags: ["music-visualizer", "competition"] +--- + +This is Orhun's entry for the competition. + +I made one video, I was inspired my last visit to Kosovo. Just the song not the snakes. + +## Command Variations + +I tried different things, but mainly I focused on the image classes. + +### Competition Entry 1 + +```bash + python `visualize.py` --song `bulbeni.wav` --resolution 128 --duration 100/ + --pitch_sensitivity 280 --depth 0.5 --num_classes 5 --classes 52 53 54 55 56/ + --jitter 0 --frame_length 2048 --smooth_factor 5/ + --output_file `orhunassignment.mp4` +``` + +{{