We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40da20 commit 3e9cdaeCopy full SHA for 3e9cdae
.gitattributes
docs/demo.mp4
docs/index.html
@@ -51,7 +51,7 @@
51
background-color: #333;
52
}
53
54
- video {
+ iframe {
55
max-width: 40%;
56
max-height: 40%;
57
border: 1px solid #333;
@@ -100,10 +100,7 @@
100
</div>
101
<p>A blazing fast & convenient CLI for batch media processing using FFmpeg with parallel execution.</p>
102
103
- <video controls loop muted>
104
- <source src="demo.mp4" type="video/mp4">
105
- Your browser does not support the video tag.
106
- </video>
+ <iframe src="https://www.youtube.com/embed/Hx1t5qFPO2Q" allowfullscreen></iframe>
107
108
<div class="buttons">
109
<a href="#examples" class="button">Examples</a>
0 commit comments