Introduction In Fast video cataloger 8, we have made a significant improvement to what was probably the best video indexing engine available. In the previous post I gave a high-level overview of the improvements, this text will just go into some more details about the...
We have worked very long to make sure Fast video cataloger indexing is stable and can handle just about all video formats. Indexing videos are always going to be a pretty time-consuming process since the video file needs to be read and decoded. Just reading through...
Fast Video cataloger 8 is a local video content management system. Have instant access to all your videos from one single place and produce content quicker than ever before. We started development in 2011 and today we are happy to finally release version 8. The...
Using a web browser in Fast video cataloger The start/help window in Fast video cataloger is a web browser. It uses the chromium embedded framework and you can access and use it easily from scripts. You get the browser interface from the standard scripting interface...
Search video actors with Google This text will show you step by step how to add a custom button in Fast Video cataloger that will let you google results for the currently selected actor. Custom Actions in Fast video cataloger allow you to easily extend the...
What is intune? Intune is a relatively new application deployment technology from Microsoft. “Microsoft Intune is a cloud-based service that focuses on mobile device management (MDM) and mobile application management (MAM). You control how your organization’s devices...
Fast video cataloger uses nsis as an installation package. You can download the latest Fast Video Cataloger installer from our download page. We always sign our installer and run it through antivirus software. If you want to run the installer silently simply start it...
Have you ever wanted to create keywords based on the filename of a video? With the scripting support in Fast video cataloger, this is actually pretty easy. Here is a sample script to do just that, create keywords from the filename or path of a video. The provided...
How to search for a video file in a catalog Here is a short sample script to search for a video file in the catalog given a filename. Simply use the search api and provide the VideoQueryProperties. FilePath is a part of the video path you are searching for. If the...