Jump to content

Video Thumbnail Grid (Requires QuickTime)


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

Recommended Posts

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.

Link to comment
Share on other sites

  • 3 years later...

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);
}
Link to comment
Share on other sites

This topic is 3781 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.