This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, October 31, 2012 6:23:41 AM(UTC)
Groups: Registered
Posts: 3
Hello
I have a c# application that will produce still images in memory (.net bitmaps) at regular intervals which I want to compress and save as a video file. The process can generate hours of videos so I do not want to save all the uncompressed stills to disk and create a video in the end (would require too much disk space) and I do not want to compress the stills twice (once to save them as jpeg and again when compressing the video to mp4 or any other format).
Is there a way with LeadTools multimedia to do this, i.e. to construct a video frame by frame, and to compress it as it is created (in a sort of streaming way although with less constraints as I am saving to file, not streaming to the end user, so I don't mind if there is a buffer of some sort between key frames, etc).
thanks
Best regards
Charles
#2
Posted
:
Thursday, November 1, 2012 6:36:50 AM(UTC)
Groups: Registered, Tech Support
Posts: 179
Charles,
This is possible to do using our toolkit.
Our GenerateAVI demo creates bitmaps in memory and uses the LEADTOOLS Convert control to save them as AVI.
You can easily modify it to add a video compressor to our Convert control so that the resulting AVI is compressed.
You can also change the TargetFormat from AVI to ISO to produce MP4 files.
Please try this and if you face problems send us the details.
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.