Skip to content

Commit 3e9cdae

Browse files
authored
docs: use youtube embed instead of local video (#35)
* docs: upload demo.mp4 without lfs to fix website * docs: use youtube embed instead of local video
1 parent d40da20 commit 3e9cdae

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/demo.mp4

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
background-color: #333;
5252
}
5353

54-
video {
54+
iframe {
5555
max-width: 40%;
5656
max-height: 40%;
5757
border: 1px solid #333;
@@ -100,10 +100,7 @@
100100
</div>
101101
<p>A blazing fast & convenient CLI for batch media processing using FFmpeg with parallel execution.</p>
102102

103-
<video controls loop muted>
104-
<source src="demo.mp4" type="video/mp4">
105-
Your browser does not support the video tag.
106-
</video>
103+
<iframe src="https://www.youtube.com/embed/Hx1t5qFPO2Q" allowfullscreen></iframe>
107104

108105
<div class="buttons">
109106
<a href="#examples" class="button">Examples</a>

0 commit comments

Comments
 (0)