Using web browser from scripts

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...

Add keywords from video filename

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...

Search for video file name

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...

Video web search in Fast video cataloger

I will show you how to access the web browser in Fast video cataloger to easily integrate a web search with your video catalog. In Fast video cataloger 6.31 we opened up the integrated web browser in Fast video cataloger for scripting. If you are on an older version...

Actions

Actions are extensions to Fast video cataloger. An action can be either an external program that you pass data to from fast video cataloger, it can be an url or it can be a custom C# script. Learn how to extend fast video cataloger with actions.