Skip to content

Commit

Permalink
use mp4
Browse files Browse the repository at this point in the history
  • Loading branch information
notwaldorf committed Oct 31, 2018
1 parent 109d4cd commit 512565b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ <h2>Paper figures</h2>

<h2>Paper videos</h2>
<h3>Animated multiple head visualization of a Bach chorale:</h3>
<video src="https://storage.googleapis.com/nips-workshop-visualization/files/figure1a_bach_rel.mkv" controls></video>
<video type="video/mp4" src="https://storage.googleapis.com/nips-workshop-visualization/files/figure1a_bach_rel.mp4" controls></video>

<h3>Animated multiple head visualization of a piano performance:</h3>
<video src="https://storage.googleapis.com/nips-workshop-visualization/files/perf_triangles.mkv" controls></video>
<video type="video/mp4" src="https://storage.googleapis.com/nips-workshop-visualization/files/perf_triangles.mp4" controls></video>

<h3>Animated comparison of relative vs. regular attention on an existing Bach piece:</h3>
<video src="https://storage.googleapis.com/nips-workshop-visualization/files/bach_duo.mkv" controls></video>
<video type="video/mp4" src="https://storage.googleapis.com/nips-workshop-visualization/files/bach_duo.mp4" controls></video>

</div>

Expand Down

0 comments on commit 512565b

Please sign in to comment.