Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Video Thumbnail Grid (Requires QuickTime)

Featured Replies

  • Newbies

This is a great function to create flipbooks of movies, but...

Is there a way to include or add the very first frame of a movie ?

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

  • Author
  • Newbies

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.

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.

  • Author
  • Newbies

Great.

I'll talk to my customer.

  • 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);
}

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.