An open API service indexing awesome lists of open source software.

https://github.com/apivideo/caption.new

Sample app to add captions to an uploaded video. From api.video (https://api.video)
https://github.com/apivideo/caption.new

caption-generation captioning-videos nodejs

Last synced: about 1 year ago
JSON representation

Sample app to add captions to an uploaded video. From api.video (https://api.video)

Awesome Lists containing this project

README

          

[![badge](https://img.shields.io/twitter/follow/api_video?style=social)](https://twitter.com/intent/follow?screen_name=api_video)

[![badge](https://img.shields.io/github/stars/apivideo/caption.new?style=social)](https://github.com/apivideo/caption.new)

[![badge](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fcommunity.api.video)](https://community.api.video)

![](https://github.com/apivideo/.github/blob/main/assets/apivideo_banner.png)

[api.video](https://api.video) is an API that encodes on the go to facilitate immediate playback, enhancing viewer streaming experiences across multiple devices and platforms. You can stream live or on-demand online videos within minutes.

A simple [Next.js](https://nextjs.org) app using the [api.video](https://api.video) service to caption videos.

See the examples live:
- [https://caption.new](https://caption.new)

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.