Re: GMFBridge compressed streams in suspend mode?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Thanks for following up on this!

This was my next trial to cut files with GMFBridge. My goal:
concatenate the first 5 seconds with the last 5 seconds of a file.
Discard the rest. This is what i have done:
-set the source graph to discard mode
-set start=0, stop=5 on the source graph
-run source and capture graph
-pause the capture graph on the EndOfSegment Event
-disconnect graphs
-dispose source graph
-create source graph with same file but different start/stop positions
-bridge graphs
-run both graphs

Result:
-the EndOfSegment event is not fired again
-the output file contains only the first segment

.



Relevant Pages

  • Re: Loosing sync with GMFBridge
    ... the sink filter (in the source graph) will block at GetBuffer ... I tried a simple test with one file playing through a bridge. ... directly to the renderer, or switch in the tee graph if necessary. ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: Stream Buffer Engine and Recording in MPEG-2
    ... Insert Audio decoder and audio encoder filter in your source graph, ... > I tried an alternative instead of using the recorder object in SBE. ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: Problems connecting VMR9 in a renderer graph with GMFBridge
    ... connecting InfTee and VMR9 ... pointer to the source graph that they use for media type negotiation (in ... Start renderer graph ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: Playing videos in sequence without frame pause
    ... There has been LOTs of discussion of the multi graph approach. ... He used a sample grabber in the source graph with a null renderer to get the ... >> which pushes it into the source filter in the renderer graph. ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: Stream Buffer Engine
    ... First build you source graph: ... Then build you capture graph: ... >> Capture Source with Stream Buffer Sink Filter even the graph could be ...
    (microsoft.public.win32.programmer.directx.video)