# Bulk Video Thumbnail Generator for High-Quality Images

**Use case:** AI and LLM integrations

Generate high-quality thumbnails from multiple videos with timestamp control. Store images effortlessly in the default key-value store. Try it now.

## Input

```json
{
  "thumbnails": [
    {
      "outputFormat": "png",
      "quality": "1",
      "timestamps": [
        "10",
        "20",
        "31"
      ],
      "videoFile": "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp1"
    }
  ]
}
```

## Output

```json
{
  "thumbnailImage": {
    "label": "Thumbnail image"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "number"
  },
  "outputFormat": {
    "label": "Output Format",
    "format": "text"
  },
  "quality": {
    "label": "Quality (1-31)",
    "format": "number"
  },
  "filename": {
    "label": "Filename",
    "format": "text"
  },
  "mimeType": {
    "label": "MIME Type",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Video Thumbnail Generator](https://apify.com/jan.jiran/video-thumbnail-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jan.jiran/video-thumbnail-generator) to learn more, explore other use cases, and run it yourself.