by fredrik lonn | Dec 19, 2020 | Scripts
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...
by fredrik lonn | Aug 25, 2020 | Features
Introduction Here is a very high overview of the technology we have used to build Fast Video Cataloger. The goal has always been to provide a video content management system for Windows with great performance. Main application The main application is written in C#...
by fredrik lonn | Sep 25, 2019 | Blog, Scripts
Combining video clips Merging lots of short video clips into one longer video file can be a great idea. But if you’ve tried to manually merge videos in the past, you may know how difficult this can be. Not any longer! Concatenating video clips with FFmpeg can be...
by fredrik lonn | Sep 3, 2019 | Best practice, Scripts
Extending the video search The basic idea I show you here is how to write a script in C# that determines if a video matches your search criteria or not and put the matching videos in a custom Bin. You will learn by a simple step by step example how to write a script...