Compare commits

..

No commits in common. "2e6325b76d0626c9151e82a7b6e1554679ac07db" and "9368f383afa12a758850a2c6006cebebf61c792c" have entirely different histories.

63 changed files with 8795 additions and 8833 deletions

View file

@ -1 +0,0 @@
hugo 0.92.2

View file

@ -1,4 +1,4 @@
baseurl = "deep-music-visualizer-showdown/"
baseurl = "https://rwth-crmasters-wise2122.gitlab.io/deep-music-visualizer-showdown/"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"

View file

@ -3,4 +3,3 @@
This website was setup in under 30 minutes using the HUGO project template on GitLab.
The website provides a showdown of all the visualizations created by the DSSIPD WiSe 2021/2022 students in the CR-Masters program in the RWTH Aachen university.

View file

@ -1,3 +0,0 @@
{
"whaaaat": 2
}

View file

@ -20,7 +20,7 @@ I played with the variables to test different outputs, I had to increase the smo
--duration 258 --pitch_sensitivity 295 --tempo_sensitivity 0.8
--classes 983 980 978 966 954 928 919 889 879 857 288 107 \
--jitter 0.5 --frame_length 512 --truncation 0.5 \
--smooth_factor 20 --batch_size 4 --depth 0.5 \
--smooth_factor 20 --batch_size 4 --depth 0.5 \gi
--output_file `video file`
{{<video "noureldeen">}}

View file

@ -3,7 +3,6 @@ title: Orwa's Visualization
subtitle: Inspired by my Dutch party visitations in Sittard
date: 2021-12-01
tags: ["music-visualizer", "competition"]
summary: ""
---
This is Orwa's entry for the competition.

View file

@ -1,25 +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 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">}}

View file

@ -1,25 +0,0 @@
---
title: Radwa's Visualization
subtitle: Inspired by Classic Egyptian Music
date: 2021-12-01
tags: ["music-visualizer", "competition"]
---
This is Radwa's entry for the competition.
I made a video inspired by Egyptian classical composer called Omar Khairat.
## Command Variations
I tried different things, the tempo command seems to help me achieve what I wanted to achieve because of this and that.
### Competition Entry 1
```bash
python `visualize.py` --song `song file` --batch_size 3 --duration 25 \
--resolution 256 --pitch_sensitivity 290 --jitter 1 \
--classes 847 483 668 724 652 413 269 403 319 353 603 354 \
--output_file `video file`
```
{{<video "radwa">}}

22
content/post/ali Normal file
View file

@ -0,0 +1,22 @@
---
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">}}

View file

@ -1,4 +0,0 @@
{{ .RelPermalink }} > /that-page/
{{ with .OutputFormats.Get "json" -}}
{{ .RelPermalink }} > /that-page/index.json
{{- end }}

View file

@ -2,7 +2,7 @@
- id: dateFormat
translation: "January 2, 2006"
- id: postedOnDate
translation: "Posted on {{ . }}"
translation: "Posted on {{ .Count }}"
- id: translationsLabel
translation: "Other languages: "
- id: translationsSeparator

View file

@ -2,7 +2,7 @@
- id: dateFormat
translation: "2006年1月2日"
- id: postedOnDate
translation: "{{ . }}に投稿"
translation: "{{ .Count }}に投稿"
- id: translationsLabel
translation: "翻訳:"
- id: translationsSeparator

View file

@ -2,7 +2,7 @@
- id: dateFormat
translation: "Январь 2, 2006"
- id: postedOnDate
translation: "Опубликовано {{ . }}"
translation: "Опубликовано {{ .Count }}"
- id: translationsLabel
translation: "Другие языки: "
- id: translationsSeparator