Has anyone ever run into problems
when writing your own IAsyncReader
with Type-2 DV? Apparently mine only
seems to work with Type-1 DV but
not Type-2.
Also, how do I use GraphEdit to
convert a Type-2 DV *back* to Type-1?
I used this graph but it stops writing
after ~16MBs:
[File Source] -> [AVI Splitter] -> [DV Muxer] -> [AVI Mux] -> [File Writer]
All are DirectShow's built-in filters.
Thanks for any help in advance!
.rex
Other than the fact that you have only one stream from the AVI Splitter
going into the DV Muxer, your graph looks just like the kind I use
successfully for converting from Type 2 to Type 1.
Just for fun, I tried leaving off the audio stream (so my graph matched
yours), but I still had no trouble converting. Of course, there was no
audio, but that wasn't surprising. :)
Pete