kk
This commit is contained in:
parent
25b8dcad36
commit
c5956d1374
1 changed files with 15 additions and 0 deletions
15
content/post/2021-12-01-kaiwen-ding.md
Normal file
15
content/post/2021-12-01-kaiwen-ding.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
title: Ding'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` --resolution 256 --duration 30 --pitch_sensitivity 240 --depth 0.9 --jitter 0.7 --smooth_factor 12 --truncation 0.2 --frame_length 1024 --num_classes 10
|
||||||
|
--output_file `video file`
|
||||||
|
```
|
||||||
|
|
||||||
|
{{<video "kaiwen">}}
|
Loading…
Add table
Reference in a new issue