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

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.

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
```