+

① Upload Video File↓

+

Select the mp4 file you want to analyze

+
+ {% csrf_token %} + {{ form.as_p }} + +
+ {% if messages %} + + {% endif %} +

② Enter Arguments↓

+
+

FileName : {% csrf_token %}

+

FirstKey(Enter A0〜C9 on the Leftmost Keyboard) : {% csrf_token %}

+

MusicTempo(BPM in 3 digits) : {% csrf_token %}

+

StartTiming(Specify time to skip before start): {% csrf_token %}

+

KeyColor(RGBColor): {% csrf_token %}

+ + +
+

③ Analysis Result↓

+ {% block content %} +
+

Result:

+

{{ result }}

+
+ {% endblock %} + +