Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - piningforfjords

Pages: [1]
1
I have used the SDK sample to subclip MPeg files and it works quite well.  The one last feature I need to test out is to have the resulting subclip file only contain the left channel of the stereo pair from the source Mpeg file.  I have tried to use but I find that it still includes both sides.    Is there a way in the SDK to only included one of the stereo pairs in the output file?  Thanks

    'Set output audio stream
    Dim iaudio As Integer
    iaudio = 1
    tmpVar = iaudio
   
    Call m_IModuleConfigVB.SetValueVB(SMM_Defs.SMAT_AudioStreamNumber, tmpVar)
   

2
Hi

  I'm currently evaluating the SDK.  It looks very useful at the moment but I find that my program doesn't behave itself once compiled.  I'm using it in VB6 sp 6 and the first problem I have encountered is I am not getting the ITrimmerObjControlCB_OnStop when subclipping an MPeg2 file.  Works perfectly in the debugger environment but I've put some trace statements and that function is never called when the operation is complete.  Thanks

Pages: [1]