Skip to main content

SkynetAccessibility Video Subtitle — Django

Publish Captioned Video Content with AI-Powered Subtitles

SkynetAccessibility Video Subtitle is an AI-powered video accessibility plugin that automatically generates synchronized subtitles for website videos using advanced speech recognition. This package is the Django integration — an installable app that adds the registration flow, analytics dashboard, and front-end widget injection to any Django project.

Improve the accessibility of website videos by automatically generating synchronized subtitles using AI-powered speech recognition, without manually creating captions. Supports accessibility initiatives aligned with WCAG 2.1, 2.2, ADA, Section 508, and EAA EN 301 549, where applicable.

Features

  • Quick subtitle processing
  • Compatible with YouTube, Vimeo, and self-hosted video platforms
  • Built-in analytics dashboard (usage, remaining quota, per-language breakdown, video library) at /video-subtitle/
  • Automatic front-end widget script injection — no manual <script> tag editing required
  • One-time domain registration handled for you, visible in the browser's Network tab
  • Simple installation and configuration
  • Support for existing and newly published videos
  • Supporting over 50+ multi-languages
  • Unlimited video subtitle processing throughout the selected plan

Ideal For

Blog videos, news videos, tutorials, landing page videos, announcements, interviews, webinars, and embedded media on any Django-powered site.

Pricing and Plans

Total Video Playback Time Price / Month
Up to 10 Minutes $25.00
Up to 25 Minutes $39.00
Up to 100 Minutes $99.00
Up to 200 Minutes $139.00

Note: Unlimited number of video subtitle processing is available within the selected plan's total playback time. Manage or upgrade your plan any time from the analytics dashboard.

Installation

pip install django-skynetaccessibility-videosubtitle

Setup

1. Add the app and middleware

In settings.py:

INSTALLED_APPS = [
    ...,
    "skynet_video_subtitle",
]

MIDDLEWARE = [
    ...,
    "skynet_video_subtitle.middleware.VideoSubtitleWidgetInjectionMiddleware",
]

The middleware automatically inserts the subtitle widget script into every front-end HTML page — no manual template edits needed.

2. Mount the URLs

In your project's root urls.py:

from django.urls import include, path

urlpatterns = [
    ...,
    path("video-subtitle/", include("skynet_video_subtitle.urls")),
]

3. Run migrations and collect static files

python manage.py migrate skynet_video_subtitle
python manage.py collectstatic

4. Run migrations and collect static files

python manage.py runserver

Add the Script (optional / manual setup)

If you'd rather not use the middleware — for example, on a project that mixes Django with a separately-served front end — you can add the widget script manually instead. Place it in the header or footer of your site's HTML:

<script>
  setTimeout(() => {
    let aioa_script_tag = document.createElement("script");
    aioa_script_tag.src = "https://www.skynettechnologies.com/accessibility/js/video-subtitle/video-subtitle-widget.js";
    aioa_script_tag.id = "aioa-adavs";
    aioa_script_tag.defer = "true";
    document.getElementsByTagName("body")[0].appendChild(aioa_script_tag);
  }, 3000);
</script>

If you do this, remove VideoSubtitleWidgetInjectionMiddleware from MIDDLEWARE to avoid the script being inserted twice.

CORS Policy Configuration

To avoid CORS policy issues, ensure the following URLs are allowed in your website. These URLs should be added to your CORS configuration or trusted domains list.

Domain Description Usage
https://*.skynettechnologies.com Skynet Technologies (Global Domain) API access and resources
https://*.skynettechnologies.us Skynet Technologies (US Domain) API access and resources

Instructions

  1. Update your server's CORS configuration to include these URLs.
  2. Ensure wildcard subdomains (*) are supported where necessary.
  3. Verify the application functionality by testing requests to these domains.
  4. If issues persist, consult the documentation for CORS configuration guidance.

Screenshots

SkynetAccessibility_Scanner_Image_1
SkynetAccessibility_Scanner_Image_2 SkynetAccessibility_Scanner_Image_3

Support Options

Submit a Support Request Please visit our support page and fill out the form. Our team will get back to you as soon as possible.

Send Us an Email Alternatively, you can send an email to our support team: hello@skynettechnologies.com

Accessibility Partnership Opportunities

Accessibility Agency Partnership

Partner with us as an agency to provide comprehensive SANITY ADA, EAA, WCAG accessibility solutions to clients. Get access to exclusive resources, training, and support to implement and manage accessibility features effectively.

Accessibility Affiliate Partnership

Sign up for our affiliate program and earn commissions by promoting accessibility SANITY plugin. Share our widget with your network and help businesses improve their website accessibility while generating revenue.

For more details, explore Accessibility Partnership Opportunities Page.

Credits

This addon is developed and maintained by website accessibility company - Skynet Technologies USA LLC

Current Maintainers

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file django_skynetaccessibility_videosubtitle-1.0.0.tar.gz.

File metadata

File hashes

Hashes for django_skynetaccessibility_videosubtitle-1.0.0.tar.gz
Algorithm Hash digest
SHA256 990b5f2811f4e8b22582d25c8bab65154201bbf6a12bfb7395fad862a3410dfc
MD5 e2c0727d1080de42096c62b3cdcc2035
BLAKE2b-256 ad80cae020ffe049106ce898a2d976ab532df67842ef354619a387b385939ca2

See more details on using hashes here.

File details

Details for the file django_skynetaccessibility_videosubtitle-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_skynetaccessibility_videosubtitle-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c85b6c4e5b59963cdff4f7c41f70d73c38a942f5a8b4e8c9fdcb4d4c1a61f2d4
MD5 8868475ed299095222f9961815c09de5
BLAKE2b-256 faffaf2b98ab475754dac34a0e577a3588b46d094dd73fabb752531671603030

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.0 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page