Re: writing part of a stream to a file
- From: "Thore B. Karlsen [DShow MVP]" <sid@xxxxxxxx>
- Date: Sun, 04 Mar 2007 10:23:50 -0600
On 4 Mar 2007 08:10:22 -0800, "mike" <michabir@xxxxxxxxx> wrote:
i have a graph that saves an avi movie into an avi file.
i want to save only a specific part of the movie (for example i want
the output file to be composed of frames 500-1500).
i tried doing seek in the graph and then running it but the graph
doesnt support seek operations.
any ideas?
The way I do it is I use a split graph approach (check out GMFBridge),
but to be perfectly honest if you only need it to work with AVI movies
it will probably be easier to do it using the AVIFile API.
--
Be seeing you.
.
- Follow-Ups:
- Re: writing part of a stream to a file
- From: The March Hare [MVP]
- Re: writing part of a stream to a file
- References:
- writing part of a stream to a file
- From: mike
- writing part of a stream to a file
- Prev by Date: writing part of a stream to a file
- Next by Date: Re: writing part of a stream to a file
- Previous by thread: writing part of a stream to a file
- Next by thread: Re: writing part of a stream to a file
- Index(es):
Relevant Pages
|
Loading