mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-01-27 02:15:01 +01:00
Merge pull request #229 from kfrn/gh-pages
Downsize large GIFs + add favicon
This commit is contained in:
commit
7cbdd6a074
BIN
img/brng.gif
BIN
img/brng.gif
Binary file not shown.
Before Width: | Height: | Size: 7.6 MiB |
BIN
img/eia608.gif
BIN
img/eia608.gif
Binary file not shown.
Before Width: | Height: | Size: 11 MiB |
BIN
img/eia608_captions.gif
Normal file
BIN
img/eia608_captions.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 MiB |
BIN
img/outside_broadcast_range.gif
Normal file
BIN
img/outside_broadcast_range.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
BIN
img/vhs.ico
Normal file
BIN
img/vhs.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@ -6,6 +6,7 @@
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat|Merriweather" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="css/css.css">
|
||||
<link rel="icon" href="img/vhs.ico">
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script src="js/js.js"></script>
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
@ -714,7 +715,7 @@
|
||||
</dl>
|
||||
<div class="sample-image">
|
||||
<h4>Example of filter output</h4>
|
||||
<img src="img/brng.gif" alt="BRNG example">
|
||||
<img src="./img/outside_broadcast_range.gif" alt="BRNG example">
|
||||
</div>
|
||||
<p class="link"></p>
|
||||
</div>
|
||||
@ -1528,7 +1529,7 @@ foreach ($file in $inputfiles) {
|
||||
<div class="sample-image">
|
||||
<h4>Example</h4>
|
||||
<p>Side-by-side video with true EIA-608 captions on the left, zoomed in view of the captions on the right (with hex values represented). To achieve something similar with your own captioned video, try out the EIA608/VITC viewer in <a href="https://github.com/bavc/qctools" target="_blank">QCTools</a>.</p>
|
||||
<img src="img/eia608.gif" alt="GIF of Closed Captions">
|
||||
<img src="./img/eia608_captions.gif" alt="GIF of Closed Captions">
|
||||
</div>
|
||||
<p class="link"></p>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user