Author Topic: Cutting a section from a video  (Read 20823 times)
  • Administrator
  • Users
  • *****
  • Posts: 881
    • View Profile
« Reply #4 on: August 24, 2010, 03:14:57 PM »
Hello WCV,

Maxim have sent you the updates a few deys ago. Please don't hesitate to contact us if you have any more questions
Regards,
Dmitry Vergeles
Solveig Multimedia

Offline wcv
  • Users
  • *
  • Posts: 2
    • View Profile
« Reply #3 on: August 19, 2010, 03:41:12 PM »
Hello

The information I have about the SMM_EditEngine.dll I am using is as follows:

Version 1.4.911.12
Size: 676 kB
Date modified: 11/12/2009 1:10 PM

The question still remains:  Why does the Solveig Multimedia example code functions correctly while an exact copy of the same code in my program does not function correctly?  I assume both programs use the same .dll in the c:/Program Files/Common Files/ Solveig Multimedia directory.

Also it seems as if the code also functions correctly in my program under Windows XP.

Kind Regards

WCV

  • Administrator
  • Users
  • *****
  • Posts: 294
    • View Profile
« Reply #2 on: August 18, 2010, 02:22:49 PM »
The problem seems to be in using of incorrect EditEngine.dll version(which is newer then the one included to sdk). Could you please specify what is the current version of SMM_EditingEngine.dll that is registered? We will check the component.

Offline wcv
  • Users
  • *
  • Posts: 2
    • View Profile
« Reply #1 on: August 17, 2010, 05:05:17 PM »
When using the VB.Net_TrimmerSample it is possible to cut a section from a .avi, .wmv and .mpg video file.

Using the same code in my own program, only a section from a .avi file can be cut.  The other two file types result in:

"Error while creating instance of AVITRIMMERCOMLib.TrmmerObjControl"

Any explanation for this error and how it can be overcome?

wcv