# Generate Video Thumbnails

## <span class="mw-headline" id="bkmrk-what-it-does-1">What it does</span>

<span class="mw-headline">Generates missing thumbnails for files in an entity.</span>

## <span class="mw-headline" id="bkmrk-first-setup-1">First setup</span>

<span class="mw-headline">Make sure the application is using filesystem storage ([filesystemStorageActive](https://docs.tsnocode.com/books/policy-reference/page/filesystem))</span>

## <span class="mw-headline" id="bkmrk-how-to-invoke-1">How to invoke</span>

Call the page

```
main?command=com.tsnocode.codeunit.common.GenerateVideoThumbnails&SagID=[SagID]
```

## <span class="mw-headline" id="bkmrk-configuration-1">Configuration</span>

<span class="mw-headline">You can adjust the thumbnail size via the policy [uploadPictureSizeThumbnail](https://docs.tsnocode.com/books/policy-reference/page/filesystem)</span>

## <span class="mw-headline" id="bkmrk-developer-info-1">Developer info</span>

- <span class="mw-headline">Type: [CodeunitPagecontent](https://docs.tsnocode.com/books/codeunit-reference/chapter/pagecontent)</span>
- <span class="mw-headline">Security: administrator</span>
- <span class="mw-headline">Classpath: com.tsnocode.codeunit.common.GenerateVideoThumbnails</span>