mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-06 05:27:24 +01:00
Replace large GIFs with smaller versions
This commit is contained in:
parent
3374812782
commit
7d07c3818a
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 |
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user