Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Wednesday, September 27, 2017 1:39:56 PM(UTC)

Walter  
Walter

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.
File Attachment(s):
CS_LMVCallbackVsStillImageWriter.zip (14kb) downloaded 149 time(s).
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
LEAD Logo
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Monday, March 30, 2020 11:42:30 AM(UTC)
Luke Duvall

Groups: Registered, Tech Support, Administrators
Posts: 34


Updated Project to LEADTOOLS Version 20 using Visual Studio 2019. This project is using the x86 Architect.

File Attachment(s):
CS_LMVCallbackVsStillImageWriter.zip (13kb) downloaded 24 time(s).
Luke Duvall
Developer Support Engineer
LEAD Technologies, Inc.
LEAD Logo
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.050 seconds.