Merge branch 'Mete' into 'master'
Mete See merge request rwth-crmasters-wise2122/deep-music-visualizer-showdown!12
This commit is contained in:
commit
8b69c6df59
1 changed files with 24 additions and 0 deletions
24
content/post/2021-12-01-mete-ozcan.md
Normal file
24
content/post/2021-12-01-mete-ozcan.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
---
|
||||||
|
title: Mete's Visualization
|
||||||
|
subtitle: Inspired by my university years
|
||||||
|
date: 2021-12-01
|
||||||
|
tags: ["music-visualizer", "competition"]
|
||||||
|
---
|
||||||
|
|
||||||
|
This is Mete's entry for the competition.
|
||||||
|
|
||||||
|
I made one video, I used to listen metal music when I was at University. This is one of the classics created by a legendary group named AC/DC.
|
||||||
|
|
||||||
|
## Command Variations
|
||||||
|
|
||||||
|
I tried different things, the jitter command seems to help me achieve what I wanted to achieve because of this and that.
|
||||||
|
|
||||||
|
### Competition Entry
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python `visualize.py` --song `song file` --batch_size 1 --duration 27 \
|
||||||
|
--pitch_sensitivity 230 --jitter 0.3 \
|
||||||
|
--output_file `video file`
|
||||||
|
```
|
||||||
|
|
||||||
|
{{<video "mete">}}
|
Loading…
Add table
Reference in a new issue