8 lines
200 B
Markdown
8 lines
200 B
Markdown
# Image sequence player
|
|
|
|
Test to create an image sequence player with ability to change playback speed
|
|
|
|
<video width="480" height="270" controls>
|
|
<source src="./demo.mp4" type="video/mp4">
|
|
</video>
|