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)
- Host: GitHub
- URL: https://github.com/apivideo/caption.new
- Owner: apivideo
- License: mit
- Created: 2021-07-08T10:27:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T12:50:18.000Z (over 3 years ago)
- Last Synced: 2025-03-29T13:05:05.956Z (about 1 year ago)
- Topics: caption-generation, captioning-videos, nodejs
- Language: JavaScript
- Homepage: https://caption.new
- Size: 692 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://twitter.com/intent/follow?screen_name=api_video)
[](https://github.com/apivideo/caption.new)
[](https://community.api.video)

[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.