https://github.com/timb-103/thumbnail.video
Get thumbnail images from any public video URL via API or browser.
https://github.com/timb-103/thumbnail.video
nuxt thumbnail video
Last synced: 9 months ago
JSON representation
Get thumbnail images from any public video URL via API or browser.
- Host: GitHub
- URL: https://github.com/timb-103/thumbnail.video
- Owner: timb-103
- Created: 2023-08-01T04:28:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T03:05:21.000Z (over 2 years ago)
- Last Synced: 2025-04-12T18:15:20.307Z (9 months ago)
- Topics: nuxt, thumbnail, video
- Language: TypeScript
- Homepage: https://thumbnail.video
- Size: 730 KB
- Stars: 40
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Thumbnail.video](https://thumbnail.video)
> Get thumbnail images from any public video URL via API or browser.
## Features
- 🕑 Take thumbnails from any second of the video (default 1s, max 10s)
- ✅ Works on any public video URL
- 🖥 Works in the browser
- 🛠Creates thumbnails with [video thumbnail](https://github.com/timb-103/video-thumbnails)
- 🚦 Rate limits using [nuxt-rate-limit](https://github.com/timb-103/nuxt-rate-limit)
- âš¡ Super fast
- ✨ Built with [Nuxt](https://nuxt.com) 3
## Install
```sh
git clone https://github.com/timb-103/thumbnail.video
```
## Usage
```sh
npm run dev
npm run build
npm run start
```