Skip to content

Commit

Permalink
Deployed d448e1d to v0.2.6-stable with MkDocs 1.6.0 and mike 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiTronix committed Jul 6, 2024
1 parent 161b5aa commit 45ecdc1
Show file tree
Hide file tree
Showing 88 changed files with 12,680 additions and 12,690 deletions.
4 changes: 2 additions & 2 deletions latest/404.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions latest/assets/javascripts/extra.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
===============================================
DeFFcode library source-code is deployed under the Apache 2.0 License:
Expand All @@ -18,7 +18,4 @@ limitations under the License.
===============================================
*/

// gitter sidecard
((window.gitter = {}).chat = {}).options = {
room: 'deffcode-python/community'
};
// empty
4 changes: 4 additions & 0 deletions latest/assets/stylesheets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ limitations under the License.
width: 90%;
}

.md-tabs__item--active {
font-weight: bold;
}

.md-tabs__link--active {
font-weight: bold;
}
Expand Down
2 changes: 1 addition & 1 deletion latest/changelog/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions latest/contribution/PR/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/contribution/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/contribution/issue/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/help/get_help/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/help/index.html

Large diffs are not rendered by default.

106 changes: 53 additions & 53 deletions latest/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/installation/ffmpeg_install/index.html

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions latest/installation/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/license/index.html

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions latest/overrides/assets/javascripts/extra.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
===============================================
DeFFcode library source-code is deployed under the Apache 2.0 License:
Expand All @@ -18,7 +18,4 @@ limitations under the License.
===============================================
*/

// gitter sidecard
((window.gitter = {}).chat = {}).options = {
room: 'deffcode-python/community'
};
// empty
4 changes: 4 additions & 0 deletions latest/overrides/assets/stylesheets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ limitations under the License.
width: 90%;
}

.md-tabs__item--active {
font-weight: bold;
}

.md-tabs__link--active {
font-weight: bold;
}
Expand Down
77 changes: 35 additions & 42 deletions latest/overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,55 +1,48 @@
{% extends "base.html" %}
{% block extrahead %}
{% set title = config.site_name %}
{% if page and page.meta and page.meta.title %}
{% set title = title ~ " - " ~ page.meta.title %}
{% elif page and page.title and not page.is_homepage %}
{% set title = title ~ " - " ~ page.title | striptags %}
{% endif %}
{% set image = config.site_url ~ '/assets/images/decode-banner.png' %}
<meta property="og:type" content="website">
<meta property="og:title" content="{{ title }}">
<meta property="og:description" content="{{ config.site_description }}">
<meta property="og:url" content="{{ page.canonical_url }}">
<meta property="og:image" content="{{ image }}">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@abhi_una12">
<meta name="twitter:creator" content="@abhi_una12">
<meta name="twitter:title" content="{{ title }}">
<meta name="twitter:description" content="{{ config.site_description }}">
<meta name="twitter:image" content="{{ image }}">
{% set title = config.site_name %}
{% if page and page.meta and page.meta.title %}
{% set title = title ~ " - " ~ page.meta.title %}
{% elif page and page.title and not page.is_homepage %}
{% set title = title ~ " - " ~ page.title | striptags %}
{% endif %}
{% set image = config.site_url ~ '/assets/images/decode-banner.png' %}
<meta property="og:type" content="website">
<meta property="og:title" content="{{ title }}">
<meta property="og:description" content="{{ config.site_description }}">
<meta property="og:url" content="{{ page.canonical_url }}">
<meta property="og:image" content="{{ image }}">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
{% endblock %}
{% block announce %}
<!-- Add announcement here, including arbitrary HTML -->
{% set announcement_link = config.site_url ~ '/recipes/basic/decode-camera-devices/#decoding-camera-devices-using-indexes' %}
<!-- Add announcement here, including arbitrary HTML -->
{% set announcement_link = config.site_url ~
'/recipes/basic/decode-camera-devices/#decoding-camera-devices-using-indexes' %}

<b>Hey, Index based Camera Device Capture support has been added in <code>v0.2.4</code>. Checkout these <a href="{{ announcement_link }}">new recipes <span class="twemoji"> {% include ".icons/material/pot-steam-outline.svg" %} </span></a></b>
<b>Hey, Index based Camera Device Capture support has been added in <code>v0.2.4</code>. Checkout these <a
href="{{ announcement_link }}">new recipes <span class="twemoji"> {% include ".icons/material/pot-steam-outline.svg"
%} </span></a></b>
{% endblock %}
{% block outdated %}
You're not viewing the latest version.
<a href="{{ '../' ~ base_url }}">
<strong>Click here to go to latest.</strong>
</a>
You're not viewing the latest version.
<a href="{{ '../' ~ base_url }}">
<strong>Click here to go to latest.</strong>
</a>
{% endblock %}
{% block content %}
{{ super() }}
<footer class="sponsorship">
<hr>
<a href="https://ko-fi.com/W7W8WTYO">
<span class="twemoji heart-throb-hover">
<img alt="" class="twemoji heart" src="https://twemoji.maxcdn.com/v/latest/svg/2764.svg" title="Donate">
</span>
</a>
<hr>
</footer>
{% endblock %}
{% block libs %}
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
{{ super() }}
<footer class="sponsorship">
<hr>
<a href="https://ko-fi.com/W7W8WTYO">
<span class="twemoji heart-throb-hover">
<img alt="" class="twemoji heart" src="https://twemoji.maxcdn.com/v/latest/svg/2764.svg" title="Donate">
</span>
</a>
<hr>
</footer>
{% endblock %}

<!--
===============================================
DeFFcode library source-code is deployed under the Apache 2.0 License:
Expand Down
264 changes: 132 additions & 132 deletions latest/recipes/advanced/decode-hw-acceleration/index.html

Large diffs are not rendered by default.

434 changes: 217 additions & 217 deletions latest/recipes/advanced/decode-live-feed-devices/index.html

Large diffs are not rendered by default.

446 changes: 223 additions & 223 deletions latest/recipes/advanced/decode-live-virtual-sources/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/recipes/advanced/index.html

Large diffs are not rendered by default.

422 changes: 211 additions & 211 deletions latest/recipes/advanced/transcode-art-filtergraphs/index.html

Large diffs are not rendered by default.

494 changes: 247 additions & 247 deletions latest/recipes/advanced/transcode-hw-acceleration/index.html

Large diffs are not rendered by default.

232 changes: 116 additions & 116 deletions latest/recipes/advanced/transcode-live-frames-complexgraphs/index.html

Large diffs are not rendered by default.

230 changes: 115 additions & 115 deletions latest/recipes/advanced/update-metadata/index.html

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions latest/recipes/basic/decode-camera-devices/index.html

Large diffs are not rendered by default.

206 changes: 103 additions & 103 deletions latest/recipes/basic/decode-image-sequences/index.html

Large diffs are not rendered by default.

128 changes: 64 additions & 64 deletions latest/recipes/basic/decode-network-streams/index.html

Large diffs are not rendered by default.

518 changes: 259 additions & 259 deletions latest/recipes/basic/decode-video-files/index.html

Large diffs are not rendered by default.

142 changes: 71 additions & 71 deletions latest/recipes/basic/extract-video-metadata/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/recipes/basic/index.html

Large diffs are not rendered by default.

254 changes: 127 additions & 127 deletions latest/recipes/basic/save-keyframe-image/index.html

Large diffs are not rendered by default.

434 changes: 217 additions & 217 deletions latest/recipes/basic/transcode-live-frames-simplegraphs/index.html

Large diffs are not rendered by default.

616 changes: 308 additions & 308 deletions latest/recipes/basic/transcode-live-frames/index.html

Large diffs are not rendered by default.

3,096 changes: 1,548 additions & 1,548 deletions latest/reference/ffdecoder/index.html

Large diffs are not rendered by default.

404 changes: 202 additions & 202 deletions latest/reference/ffdecoder/params/index.html

Large diffs are not rendered by default.

1,046 changes: 523 additions & 523 deletions latest/reference/ffhelper/index.html

Large diffs are not rendered by default.

2,344 changes: 1,172 additions & 1,172 deletions latest/reference/sourcer/index.html

Large diffs are not rendered by default.

270 changes: 135 additions & 135 deletions latest/reference/sourcer/params/index.html

Large diffs are not rendered by default.

180 changes: 90 additions & 90 deletions latest/reference/utils/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/search/search_index.json

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions latest/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,167 +2,167 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/changelog/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/help/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/license/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/contribution/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/contribution/PR/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/contribution/issue/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/help/get_help/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/installation/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/installation/ffmpeg_install/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/advanced/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/advanced/decode-hw-acceleration/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/advanced/decode-live-feed-devices/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/advanced/decode-live-virtual-sources/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/advanced/transcode-art-filtergraphs/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/advanced/transcode-hw-acceleration/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/advanced/transcode-live-frames-complexgraphs/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/advanced/update-metadata/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/basic/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/basic/decode-camera-devices/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/basic/decode-image-sequences/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/basic/decode-network-streams/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/basic/decode-video-files/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/basic/extract-video-metadata/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/basic/save-keyframe-image/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/basic/transcode-live-frames-simplegraphs/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/recipes/basic/transcode-live-frames/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/reference/ffhelper/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/reference/utils/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/reference/ffdecoder/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/reference/ffdecoder/params/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/reference/sourcer/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://abhitronix.github.io/deffcode/v0.2.6-stable/reference/sourcer/params/</loc>
<lastmod>2024-06-25</lastmod>
<lastmod>2024-07-06</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified latest/sitemap.xml.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions v0.2.6-stable/404.html

Large diffs are not rendered by default.

Loading

0 comments on commit 45ecdc1

Please sign in to comment.