LEADTOOLS Support
Multimedia
Multimedia SDK Examples
Filter Comparison: LEAD Video Callback or LEAD Still Image Writer
#1
Posted
:
Wednesday, September 27, 2017 1:39:56 PM(UTC)
Groups: Tech Support
Posts: 366
Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)
This Visual Studio 2017 C# project illustrates the
LEADTOOLS Video Callback and
LEADTOOLS Still Image Writer filters. The purpose of this demo is to show two different methods for extracting frames from a video file and compressed individually as still bitmaps.
Using the still image writer, all frames in the file will be extracted. With the video callback filter, the custom user implementation can extract every frame or only specific frames if desired. Both filters have the ability to change the output file type.If other processing is necessary for each frame, the video callback is likely to be a better solution than the still image writer. One downside I found of using the video callback is that if the decoder begins to fall behind, it may drop frames in order to keep up with demand. This could be problematic depending on how many frames are dropped. If extracting is the only goal, the still image writer is an easier solution to implement.
This project is implemented using the
LEADTOOLS Multimedia 19 SDK and the
LEADTOOLS Imaging Pro SDK.
To run this project, please extract the attached project to the following directory:
C:\LEADTOOLS 19\Examples\posts\t12316
Note: The license file, developer key, and unlock codes are referenced in the main Form ctor. Update the paths to the license and developer key files before running this project. If you want to remove the license dialog and watermarks for the multimedia SDK, please update the unlock key as well.
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
#2
Posted
:
Monday, March 30, 2020 11:42:30 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 34
Updated Project to LEADTOOLS Version 20 using Visual Studio 2019. This project is using the x86 Architect.
Luke Duvall
Developer Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Multimedia
Multimedia SDK Examples
Filter Comparison: LEAD Video Callback or LEAD Still Image Writer
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.