Page 1 of 1

finding clip thumbnails

Posted: Sat Sep 05, 2015 22:10
by Zoltán
Is there any way to find the clip thumbnail file from information stored in the composition xml?
obviously files can have the same name, but there is an identifier number in each filename, is there a way to calculate that?
Also could you tell me, what is the the image data format used in the thumbnail file?
Thanks!

Re: finding clip thumbnails

Posted: Sun Sep 06, 2015 04:55
by ReggieUnderground
From the manual:

Thumbnail previews.

Mac: /Users/[username]/Library/Application Support/Resolume Avenue 4/
PC: C:\Documents and Settings\[username]\Application Data\Resolume Avenue 4\
Win7: C:\Users\[username]\AppData\Roaming\Resolume Avenue 4\

Re: finding clip thumbnails

Posted: Mon Sep 07, 2015 08:36
by Zoltán
yes I know the location, the problem is pairing the xml files with the video files

Re: finding clip thumbnails

Posted: Tue Sep 08, 2015 08:49
by Joris
The thumbnail file name is a unique identifier number, generated by Resolume based on the properties of the clip, a random number seed and some voodoo magic.

It's not stored in the comp xml, because it's not really relevant to the comp, just to Resolume itself. Resolume checks whether a thumbnail exists for that file during import. This way it makes no difference whether it's loaded from a comp, or dragged in on the spot.

The file format is an xml file containing a png stream with base 64 encoding.

Re: finding clip thumbnails

Posted: Tue Sep 08, 2015 11:10
by Zoltán
Joris wrote:The thumbnail file name is a unique identifier number, generated by Resolume based on the properties of the clip, a random number seed and some voodoo magic.

It's not stored in the comp xml, because it's not really relevant to the comp, just to Resolume itself. Resolume checks whether a thumbnail exists for that file during import. This way it makes no difference whether it's loaded from a comp, or dragged in on the spot.

The file format is an xml file containing a png stream with base 64 encoding.
Ok, thanks.
I figured out the filename,
and I see that it is the same for two files files with different content but same properties.

have you thought about sending the image data out via OSC once on clip load?

Re: finding clip thumbnails

Posted: Tue Sep 08, 2015 11:49
by Joris
have you thought about sending the image data out via OSC once on clip load?
Yes, we have. We think about a great many of things. Sometimes the amount of things we think about can be a bit overwhelming ;)