Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

3 changes: 0 additions & 3 deletions docs/demo.mp4

This file was deleted.

7 changes: 2 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
background-color: #333;
}

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

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

<div class="buttons">
<a href="#examples" class="button">Examples</a>
Expand Down