Solveig Multimedia Forum - Get help for video editing software

SolveigMM Software Development Kits => SolveigMM Video Editing SDK => Topic started by: Dmitry Vergeles on May 28, 2009, 02:37:51 PM

Title: SDK 2.0 Beta is out
Post by: Dmitry Vergeles on May 28, 2009, 02:37:51 PM
http://solveigmm.com/?Products&id=EditingSDK

- AVC/H264 frame accurate editing added. Container supported MEPG-2 TS/PS
- Media files joining implemented. Currently supported mode: whole file-by-file joining of MPEG audio, AVI, DV-AVI Type 1 and 2, WMA, WMV, ASF, MPEG-1, MPEG-2 PS
- BMP to AVI workflow. Ability to encode an AVI from BMPs series
- ASF Markers workflow added. Read/Write/Delete routines added
- Delphi samples added
Title: Re: SDK 2.0 Beta is out
Post by: RuudNL on June 29, 2009, 08:14:51 AM
Could it be that there is a minor error in the precompiled SMM_SimpleJoinerDelphi.exe ?
When I add 2 files to the list and join them, everything works fine the first time.
Then I don't do anything, but join them again under a different filename.
The second time only the first file in the list is written.
Title: Re: SDK 2.0 Beta is out
Post by: Dmitry Vergeles on June 29, 2009, 10:15:18 AM
Hi RuudNL,
Thank you for your post. Yes the bugs are possible. We will check it.
Title: Re: SDK 2.0 Beta is out
Post by: JohnBanks on October 14, 2009, 10:31:57 AM
Is there any chance that the Delphi examples will be fixed?
Of course it is a bit difficult to evaluate a SDK when the examples are buggy...
Also I noticed some memory leaks in the Delphi examples. (Memory not 'freed'.)
Title: Re: SDK 2.0 Beta is out
Post by: Dmitry Vergeles on October 17, 2009, 07:32:13 PM
Dear JohnBanks,

Please let us know if you experienced the problems with joining sample or any other?
Title: Re: SDK 2.0 Beta is out
Post by: JohnBanks on October 17, 2009, 11:22:38 PM
The (precompiled) Delphi Joiner only joins once. When you try to join a second time under a different filename, only the first file is written.
The Delphi splitter has a memory leak. Caused by: New(trimlist.range)
Title: Re: SDK 2.0 Beta is out
Post by: JohnBanks on October 18, 2009, 10:16:11 AM
In other words: Dispose is missing after New.
Title: Re: SDK 2.0 Beta is out
Post by: JohnBanks on October 18, 2009, 06:02:17 PM
In the Delphi joiner example GetMem is never followed by FreeMem; also causing a memory leak.
Title: Re: SDK 2.0 Beta is out
Post by: Dmitry Vergeles on November 26, 2009, 11:01:31 AM
The evaluation version misses some key headers, so it is not possible to compille the samples.
To get full version of the SDK  (http://www.solveigmm.com/?Support&id=video_editing_glossary#SDK)please contact us - http://www.solveigmm.com/?Support&id=Feedback
Title: Re: SDK 2.0 Beta is out
Post by: RuudNL on December 29, 2009, 03:33:58 AM
OK, I see why the evaluation version has limitations, but I don't think this could be a reason why the precompiled examples should behave eratically...