#1
Posted
:
Monday, August 10, 2015 12:58:23 AM(UTC)
Groups: Registered, Tech Support
Posts: 179
There are at least 2 ways to convert bitmap images to video files using LEADTOOLS:
1) If the bitmaps are saved in disk image files, the LEAD Still Image Reader can be used along with our Convert multimedia control. This filter enables our controls to read still images and directly convert them to video streams. These streams can be encoded or compressed as needed then saved into any supported video container such as MPEG, AVI or WMV.
2) If the bitmaps are already located in memory, there's no need to save them to disk files. Instead, the same approach used in our GenerateAVI demo can be modified to produce video from the bitmap. The only difference from the demo is that instead of generating the bitmaps then converting them to AVI, we will only need to convert the pre-existing images to video.
The source code of the demo is shipped with LEADTOOLS inside the folder [LEADTOOLS Multimedia]\Examples\Multimedia\ltmm\ in these sub-folders:
C++:
.\Cpp\GenAVI
C#:
.\Dotnet\CS\GenerateAVI
VB.NET:
.\Dotnet\VB\GenerateAVI
Mohamed Abedallah
Developer Support Engineer
LEAD Technologies, Inc.
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.