Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 11, 2022 11:41 pm GMT

Captio: Video Subtitles in Different Languages

Overview of My Submission

Language has always been a barrier, but now, with recent technologies, we can translate live text in real time.

However, this does not apply to video; it is still quite difficult to do so. And I'm sure we've all been in a position where we've seen a video clip on the internet (usually with a lot of interactivity) and couldn't get the gist of it because it wasn't in our native language. Captio solves this barrier.

Captio is a powerful bot that will generate subtitle for video files in any preferred language. Available via the following medium:

  • Twitter Bot - Twitter is inarguably one of the most used social media platform in the world, and it does make sense that a technology like this one is available on there.
    Check out caption on Twitter.

  • CLI Application - Captio is also available as a CLI application, so that you are able to generate translated subtitles offline.

Submission Category:

Accessibility

Link to Code on GitHub

Captio: Video Subtitles in Different Languages

Twitter bot x Cli program to generate subtitles in different languages.

Installation

git clone https://github.com/AsaoluElijah/generate-sub captiocd captionpm install

Usage

Cli

npm run start:cli video="path/to/video" language='spanish'# Remember to replace spanish with preferred language.

Twitter Bot

npm start:bot

License

MIT




How it works

Behind the seen, Captio uses a lot of open source API to perform it's operation, the diagram below sums it up pretty much.

How it works

Nevertheless, you can checkout the full information on how it works here

Usage

On twitter, to let captio generate translated subtitle for a video tweet, you'll only need to reply the tweet mentioning captio (@generate_sub) like below:

Captio usage on twitter


Original Link: https://dev.to/asaoluelijah/captio-video-subtitles-in-different-languages-2g1k

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To