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!
finding clip thumbnails
finding clip thumbnails
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
-
- Posts: 108
- Joined: Fri Jul 20, 2012 08:15
Re: finding clip thumbnails
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\
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
yes I know the location, the problem is pairing the xml files with the video files
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: finding clip thumbnails
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.
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
Ok, thanks.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.
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?
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: finding clip thumbnails
Yes, we have. We think about a great many of things. Sometimes the amount of things we think about can be a bit overwhelminghave you thought about sending the image data out via OSC once on clip load?
