Merge branch 'bugfix-issue-6' into 'master'
Bugfix issue #6 See merge request rwth-crmasters-wise2122/deep-music-visualizer-showdown!41
This commit is contained in:
commit
1c615535fc
2 changed files with 25 additions and 22 deletions
25
content/post/2021-12-03-ali-zargham.md
Normal file
25
content/post/2021-12-03-ali-zargham.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: Ali zargham's Visualization
|
||||
subtitle: Inspired by romantic guitar of sub-continent
|
||||
date: 2021-12-01
|
||||
tags: ["music-visualizer", "competition"]
|
||||
---
|
||||
|
||||
This is Ali's entry for the competition.
|
||||
|
||||
|
||||
|
||||
## Command Variations
|
||||
|
||||
I tried different things, I changed the music audio to be a romantic music. I made one videos, I was inspired by the romantic music in the sub-continent.Traditionally musical traditions have been passed on orally and musical skills have often been taught from father to son or teacher to pupil. Students pay respect to their instructors by kissing their feet. The relationship between teachers (known as pandits and gurus among Hindus and ustaad among Muslims) and their pupils is very important in Indian music. Teachers and pupils are often related, and the spiritual element of the instrument is often as important as technical virtuosity. In northern India, the spiritual relationship is symbolized by a ceremony in which a teachers ties a string around the wrist of a pupil
|
||||
|
||||
### Competition Entry 1
|
||||
|
||||
```bash
|
||||
python 'visualize.py'
|
||||
--song 'romantic_guitar.wav'
|
||||
--output_file 'romantic-music.mp4'
|
||||
--batch_size 4
|
||||
```
|
||||
|
||||
{{<video "ali">}}
|
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
title: Ali zargham's Visualization
|
||||
subtitle: Inspired by romantic guitar of sub-continent
|
||||
date: 2021-12-01
|
||||
tags: ["music-visualizer", "competition"]
|
||||
---
|
||||
|
||||
This is Ali's entry for the competition.
|
||||
|
||||
|
||||
|
||||
## Command Variations
|
||||
|
||||
I tried different things, I changed the music audio to be a romantic guitar. I made one videos, I was inspired by the romantic guitar in the sub-continent.Traditionally musical traditions have been passed on orally and musical skills have often been taught from father to son or teacher to pupil. Students pay respect to their instructors by kissing their feet. The relationship between teachers (known as pandits and gurus among Hindus and ustaad among Muslims) and their pupils is very important in Indian music. Teachers and pupils are often related, and the spiritual element of the instrument is often as important as technical virtuosity. In northern India, the spiritual relationship is symbolized by a ceremony in which a teachers ties a string around the wrist of a pupil
|
||||
|
||||
### Competition Entry 1
|
||||
|
||||
```bash
|
||||
python 'visualize.py' --song 'romantic_guitar.wav' --output_file 'romantic-music.mp4' --batch_size 4`
|
||||
```
|
||||
|
||||
{{<video "ali">}}
|
Loading…
Add table
Reference in a new issue