Thumbnail Exporter

This is a Thumbnail export task which can be used via the Export dialog to export thumbnail images from Shots, Clips and Sequences.

Updated: 19 November 2013

Author: ant

Compatible Nuke versions: 7.0 or later

Compatibility:

This is a Thumbnail exporter which can be used via the Export dialog to export thumbnail images from Shots, Clips and Sequences.

Thumbnails can be given a custom size and exported as PNG/JPG/TIFF/BMP.

You can pick thumbnails from the first/middle/last or custom offset frames.

The Thumbnail image export task which can be used via the Export dialog via Shot, Clip or Sequence Processors

To install, copy the ThumbnailExportTask.py and ThumbnailExportTaskUI.py to your /Python/Startup directory.

Add a 'Thumbnail Exporter' in the context side of the export dialog, and construct a Path with {ext} at the end to resolve to the image file type (png/jpg/tif/bmp). Frame type can be taking from first/middle/last or a custom offset frame. You can optionally reformat the thumbnail to a particular size. Additionally, the following specific export tokens can be used in the Path:

{frametype} - Position where the thumbnail was taken from (first/middle/last/custom)
{srcframe} - The frame number of the original source clip file used for thumbnail
{dstframe} - The destination frame (timeline time) number used for the thumbnail

thumbnailexporterdialogs.png

 

 

Sign in or register to download or rate.