Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 3981 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Yes, there is another function called Video Thumbnail (not Video Thumbnail Grid) that lets you specify any offset to grab a poster frame from.

  • Newbies
Posted

Thanks for the quick reply.

I am aware of that function.

But i need one media field with a 3 by 12 grid that starts with frame 1 and ends with the last frame.

I have no clue if the code can be modified that way.

Posted

OK, I understand now - so you want it to go from the first frame to the last, instead of from some offset to the last?

That change relies on compiled Java code in our QT library. I can make that change in 1.5 hours @ $155/hour = $232.50. If you'd like for me to work on that, let me know.

  • 3 years later...
Posted

This module recently stopped working on two of my Macs (10.8.5 and 10.9). I think it's related to some Java and/or QuickTime update, but perhaps someone knows for sure?

 

The error returned is:

quicktime.std.StdQTException[QTJava:7.7.1g],-1409=Unknown Error Code,QT.vers:7718000

Parameters:
{timeUnit=600, pathToMovie=/System/Library/CoreServices/Setup Assistant.app/Contents/Resources/TransitionSection.bundle/Contents/Resources/intro.mov}

---Script---
Script:
import com.prosc.qt.*;

File file = new File(pathToMovie);
if (file != null) {
	int timeUnit = Integer.parseInt(timeUnit); // convert from a String
	return QTUtils.generateThumbnail(file, timeUnit);
}

This topic is 3981 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.