English 中文(简体)
Is it possible to capture HDV/HD stream using DirectShow API
原标题:

We currently use the DirectShow API to stream standard definition video into our application via Firewire. Sadly, this code was mostly cobbled together from various places on the internet and to say it s cryptic is an understatement.

Now, we want to be able to stream HDV/HD video over firewire/usb 2.0 using the same method. Is it possible to do this in DirectShow? Forgive me for not using the proper terminology. I myself only have a superficial understanding of the process. If it is not possible, what aspects are involved. Are there other technologies I need to know about?

Thanks! Daniel

最佳回答

If it was coded right then all you should need to do is select the source that provides the HDV stream and all should just work.

If it doesn t work its going to be hard to work out why without a code example ...

问题回答

暂无回答




相关问题
How to convert DirectShow Filter to C++C#?

We have some filter for DS. It works - uses standard win dll s. We want to convert that filter to some sort of program that doesn t rely on using DS. We want it to call dlls in the right order, do ...

DirectShow analog for Symbian OS?

So Windows Mobile has its DirectShow for media editing capturing and so what is its analog for Symbian OS (s60 v5)?

GStreamer or DirectShow for Windows development? [closed]

I m implementing a lecture-capture project for a local university. Multiple video streams will arrive at one PC: the presenter s desktop slides, a video camera image of the presenter himself and ...

Is it possible to capture HDV/HD stream using DirectShow API

We currently use the DirectShow API to stream standard definition video into our application via Firewire. Sadly, this code was mostly cobbled together from various places on the internet and to say ...

convert movie file to bitmap files with DirectShow

I want to convert movie files like AVI, MOV etc. to Bitmap-Files, like JPEG, JPEG2000, TIFF etc. Is it possible to realize that with DirectX / DirectShow? Is AVCodec from ffmpeg the much more better ...

热门标签