by fredrik lonn | Apr 23, 2020 | Scripts
TMDB (The Movie DataBase ) is a large open internet database you can use to search for movies, tv shows, and people in movies. It also has a web API. Fast video cataloger is a software to organize video clips so you can quickly search, browse, and find what you are...
by fredrik lonn | Feb 23, 2020 | Scripts
Video tags and keywords I will show you how to write tags to video files so they can be searched from Windows file explorer. In Fast video cataloger, you can assign tags (keywords) to videos as well as to specific points in time inside of the video files. You can...
by fredrik lonn | Sep 26, 2019 | Blog, Scripts
Custom video solution If you want to develop a custom video solution in Fast video cataloger you will need a user interface. This article will show you how to build a WPF user interface in a Fast video cataloger script. What is WPF WPF stands for Windows Presentation...
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 24, 2019 | Blog, Scripts
Writing scripts for Fast video cataloger Fast video cataloger supports scripting in C#. You write script straight into he scripts window and run them by clicking run. If you want to be efficient it pays to spend a few minutes and setup a proper development...
by fredrik lonn | Sep 11, 2019 | Blog, Scripts
Saving thumbnails Sometimes you need a video thumbnail for use outside of Fast video cataloger. You can easily just right click the thumbnail and select “save as”. This is fast and easy if its a single thumbnail you want to save but it will be very time...