Click here to Skip to main content
15,923,051 members
Home / Discussions / Graphics
   

Graphics

 
QuestionI need to re-broadcast IP camera Pin
xlthim15-May-07 9:45
xlthim15-May-07 9:45 
AnswerRe: I need to re-broadcast IP camera Pin
Jain Mohit24-May-07 22:10
Jain Mohit24-May-07 22:10 
AnswerRe: I need to re-broadcast IP camera Pin
Rilhas25-May-07 9:36
Rilhas25-May-07 9:36 
QuestionCorel CMX plugin? Pin
Chals15-May-07 5:43
Chals15-May-07 5:43 
QuestionDirectShow - Analyze audio stream from AVI - as fast as possible Pin
Claudiu Bucur13-May-07 6:30
Claudiu Bucur13-May-07 6:30 
QuestionRe: DirectShow - Analyze audio stream from AVI - as fast as possible Pin
Mark Salsbery14-May-07 11:50
Mark Salsbery14-May-07 11:50 
AnswerRe: DirectShow - Analyze audio stream from AVI - as fast as possible Pin
Claudiu Bucur15-May-07 4:58
Claudiu Bucur15-May-07 4:58 
QuestionRe: DirectShow - Analyze audio stream from AVI - as fast as possible Pin
Mark Salsbery15-May-07 5:12
Mark Salsbery15-May-07 5:12 
By using pGraph->Render(), you're getting the default renderers, right? In your current code,
does the audio play when you run the graph?

I'm thinking if you use the NULL Renderer filter on the outputs of the grabber and the AVI
Splitter (instead of the default renderers) then maybe the graph will run as fast as possible
with the sync source set to NULL.

I thought the audio renderer was determining the flow rate of samples through the graph, which is
why setting the sync source to NULL has no effect. If the AVI splitter is pushing samples at the
real-time rate, then you'd probably need a custom grabber filter.

Mark


"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

AnswerRe: DirectShow - Analyze audio stream from AVI - as fast as possible Pin
Claudiu Bucur15-May-07 5:20
Claudiu Bucur15-May-07 5:20 
GeneralRe: DirectShow - Analyze audio stream from AVI - as fast as possible Pin
Mark Salsbery15-May-07 7:33
Mark Salsbery15-May-07 7:33 
AnswerRe: DirectShow - Analyze audio stream from AVI - as fast as possible Pin
Claudiu Bucur15-May-07 7:43
Claudiu Bucur15-May-07 7:43 
GeneralRe: DirectShow - Analyze audio stream from AVI - as fast as possible Pin
Mark Salsbery15-May-07 7:59
Mark Salsbery15-May-07 7:59 
Questionurgent..pzzz!! Pin
mr jets10-May-07 17:38
mr jets10-May-07 17:38 
AnswerRe: urgent..pzzz!! Pin
Mark Salsbery11-May-07 13:16
Mark Salsbery11-May-07 13:16 
GeneralRe: urgent..pzzz!! Pin
mr jets11-May-07 14:42
mr jets11-May-07 14:42 
GeneralRe: urgent..pzzz!! Pin
Mark Salsbery11-May-07 15:21
Mark Salsbery11-May-07 15:21 
AnswerRe: urgent..pzzz!! Pin
Christian Graus13-May-07 12:31
protectorChristian Graus13-May-07 12:31 
AnswerRe: urgent..pzzz!! Pin
El Corazon14-May-07 6:38
El Corazon14-May-07 6:38 
QuestionMore than one 'SwapBuffers(HDC)' Pin
XTAL25610-May-07 15:23
XTAL25610-May-07 15:23 
AnswerRe: More than one 'SwapBuffers(HDC)' Pin
El Corazon10-May-07 16:12
El Corazon10-May-07 16:12 
GeneralRe: More than one 'SwapBuffers(HDC)' Pin
XTAL25610-May-07 17:01
XTAL25610-May-07 17:01 
GeneralRe: More than one 'SwapBuffers(HDC)' Pin
El Corazon13-May-07 18:55
El Corazon13-May-07 18:55 
GeneralRe: More than one 'SwapBuffers(HDC)' Pin
XTAL25618-May-07 16:59
XTAL25618-May-07 16:59 
GeneralRe: More than one 'SwapBuffers(HDC)' Pin
XTAL25631-May-07 15:16
XTAL25631-May-07 15:16 
AnswerRe: More than one 'SwapBuffers(HDC)' Pin
Rilhas20-May-07 2:25
Rilhas20-May-07 2:25 

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.