Replace large GIFs with smaller versions

This commit is contained in:
kfrn 2017-09-19 18:02:23 +12:00
parent 3374812782
commit 7d07c3818a
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 MiB

BIN
img/eia608_captions.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

View File

@ -714,7 +714,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 +1528,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>