Click here to Skip to main content
16,007,858 members
Home / Discussions / COM
   

COM

 
QuestionASPTypeLibrary.Request and HttpRequest in COM Pin
mfmaneef18-Jun-08 21:58
mfmaneef18-Jun-08 21:58 
QuestionRegistration Free COM Pin
Brady Kelly17-Jun-08 3:42
Brady Kelly17-Jun-08 3:42 
AnswerRe: Registration Free COM Pin
Stephen Hewitt17-Jun-08 19:01
Stephen Hewitt17-Jun-08 19:01 
GeneralRe: Registration Free COM Pin
Brady Kelly17-Jun-08 20:22
Brady Kelly17-Jun-08 20:22 
AnswerRe: Registration Free COM Pin
KarstenK19-Jun-08 2:35
mveKarstenK19-Jun-08 2:35 
GeneralRe: Registration Free COM Pin
Brady Kelly19-Jun-08 3:12
Brady Kelly19-Jun-08 3:12 
GeneralRe: Registration Free COM Pin
CPallini19-Jun-08 21:35
mveCPallini19-Jun-08 21:35 
AnswerRe: Registration Free COM Pin
indranil banerjee24-Jun-08 11:42
indranil banerjee24-Jun-08 11:42 
GeneralRe: Registration Free COM Pin
Brady Kelly24-Jun-08 11:49
Brady Kelly24-Jun-08 11:49 
QuestionActiveX User Control is not loading Pin
Shriniwasan Viswanathan15-Jun-08 4:09
Shriniwasan Viswanathan15-Jun-08 4:09 
AnswerRe: ActiveX User Control is not loading Pin
KarstenK26-Jun-08 3:31
mveKarstenK26-Jun-08 3:31 
QuestionSTA Reentrance Message Loop Processing Pin
Lord_MiL12-Jun-08 5:02
Lord_MiL12-Jun-08 5:02 
AnswerRe: STA Reentrance Message Loop Processing Pin
Michael Dunn12-Jun-08 14:26
sitebuilderMichael Dunn12-Jun-08 14:26 
Questionabout directsound transfer and play back Pin
doudou-shen10-Jun-08 19:47
doudou-shen10-Jun-08 19:47 
Questionregarding System Error Code 995 Pin
pra84veen9-Jun-08 0:28
pra84veen9-Jun-08 0:28 
AnswerRe: regarding System Error Code 995 Pin
CPallini9-Jun-08 0:51
mveCPallini9-Jun-08 0:51 
AnswerRe: regarding System Error Code 995 Pin
Mike Dimmick10-Jun-08 2:56
Mike Dimmick10-Jun-08 2:56 
AnswerRe: regarding System Error Code 995 Pin
buntyrolln12-Jun-08 2:43
buntyrolln12-Jun-08 2:43 
QuestionOLE Control Draw & Update Problem Pin
DavidRipple7-Jun-08 20:16
DavidRipple7-Jun-08 20:16 
QuestionWhich API is used for changing the video settings. Pin
balaji_vbr6-Jun-08 19:54
balaji_vbr6-Jun-08 19:54 
QuestionVB6 - C# interop. Returning an arrays. MarshalAs? Pin
Simon P Stevens6-Jun-08 0:07
Simon P Stevens6-Jun-08 0:07 
AnswerRe: VB6 - C# interop. Returning an arrays. MarshalAs? Pin
Baltoro12-Jun-08 6:51
Baltoro12-Jun-08 6:51 
GeneralRe: VB6 - C# interop. Returning an arrays. MarshalAs? Pin
Simon P Stevens12-Jun-08 10:57
Simon P Stevens12-Jun-08 10:57 
QuestionDirectShow video capture and play back synchronisation problem Pin
ak$12345-Jun-08 22:04
ak$12345-Jun-08 22:04 
I am new to DirectShow and am developing an application to capture video using a video capture device. I am using DirectShow to control the device to capture avi files. I can successfully capture avi, but when i play back the avi file i find that the play back time is longer than the time i captured for. For example, if i capture video from a monitor which is playing a clock and i record for 20 seconds, the avi file is of duration 24 seconds. During playback, the clock correctly ticks 20 times but the playback takes 24 seconds. In effect, time has slowed down!!!

I have tried this both in GraphEdit and programattically with the same results.

I am using an Epiphan DVI2USB Solo device for the capture and an ffdshow vide encoder.

The graphEdit graph is:

DVI2USB Solo --->> ffdshow video encoder --->> AVI MUX --->> *.avi

On the AVI MUX I have to clear the Compatibility Index, otherwise only one image is captured the device and displayed during playback.

From a code point of view I am enumerating the capture devices and the codec and selecting the one i want. I construct an ICaptureGraphBuilder2 to construct the graph and attach it to a FilterGraph. After calling SetOuputFilename and RenderStream on the ICaptureGraphBuilder object i use IMediaControl from the FilterGraph to run and stop the graph.

Has anybody encountered this problem before? Are there any settings i need to configure? Any help/suggestions would be much appreciated. I have searched Google, MDSN and other forums without finding anyhthing that would help.

Many thanks.
AK
AnswerRe: DirectShow video capture and play back synchronisation problem Pin
stuart151-Sep-08 0:00
stuart151-Sep-08 0:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.