Re: Setting frame rate for vedio captured from handycam
- From: mahantesh <mahantagoudaec20@xxxxxxxxx>
- Date: Wed, 21 May 2008 02:35:59 -0700 (PDT)
On May 21, 11:17 am, "The March Hare [MVP]"
<themarchh...@xxxxxxxxxxxxxxxxxxx> wrote:
On Tue, 20 May 2008 03:44:44 -0700 (PDT), mahantesh wrote:
n this case i am getting only RGB32 because of colour space converter
i think i am getting output as RGB24,RGB555 or RGB565 i am not getting
exact ans help me why i am not getting RGB24 or RGB555 when i use vmr
as a renderer.
Please write in English with proper capitalization and punctuation. Is
that difficult for you?
As I wrote before, the types supported are going to be different based on
the renderer you choose and the types that the graphics card supports. I
already suggested a solution:
"Or alternatively, why not just use MEDIASUBTYPE_RGB24 with the sample
grabber and convert the frame to the destination type yourself after
grabbing it?"
These conversions are not hard the algorithms are easy to find with Google..
Alternatively, you can use a third-party library like the Intel
Performances Primitives.
--
Please read this before replying:
1. Dshow & posting help: http://tmhare.mvps.org/help.htm
2. Trim & respond inline (please don't top post or snip everything)
3. Benefit others: follow up if you are helped or you found a solution
When i use VideoRenderer and when i set different MEDIASUBTYPE on
sample grabber filter it is converting the frames into the format what
i set on input and output pin of sample grabber its working fine.
The problen is when i use VideoMixingRenderer and when i set the
MEDIASUBTYPE, when i set YUY2 it is converting the frames into YUY2
and when i set UVY it is converting the frames into UVY , but when i
set RGB24, RGB555 or RGB565 it is not converting frames into RGB24 or
RGB555 etc, instead it is using colour space converter as intermediate
filter and coverting frames only into RGB32 format on both input and
out pin of sample grabber for all above RGBxx format.
Using VideoRenderer all formats can be written into file, but using
VideoMixingRenderer only YUY2,UYVY,RGB32 formats are written.
Now i want to write RGB24,RGB555,RGB565 into file using
VideoMixingRenderer give me suggestion or any sample code.
.
- Follow-Ups:
- Re: Setting frame rate for vedio captured from handycam
- From: mahantesh
- Re: Setting frame rate for vedio captured from handycam
- From: The March Hare [MVP]
- Re: Setting frame rate for vedio captured from handycam
- References:
- Setting frame rate for vedio captured from handycam
- From: mahantesh
- Re: Setting frame rate for vedio captured from handycam
- From: The March Hare [MVP]
- Re: Setting frame rate for vedio captured from handycam
- From: mahantesh
- Re: Setting frame rate for vedio captured from handycam
- From: The March Hare [MVP]
- Re: Setting frame rate for vedio captured from handycam
- From: mahantesh
- Re: Setting frame rate for vedio captured from handycam
- From: The March Hare [MVP]
- Re: Setting frame rate for vedio captured from handycam
- From: mahantesh
- Re: Setting frame rate for vedio captured from handycam
- From: The March Hare [MVP]
- Re: Setting frame rate for vedio captured from handycam
- From: mahantesh
- Re: Setting frame rate for vedio captured from handycam
- From: The March Hare [MVP]
- Re: Setting frame rate for vedio captured from handycam
- From: mahantesh
- Re: Setting frame rate for vedio captured from handycam
- From: The March Hare [MVP]
- Setting frame rate for vedio captured from handycam
- Prev by Date: Re: about DirectShow
- Next by Date: Re: problems with wm asf writer
- Previous by thread: Re: Setting frame rate for vedio captured from handycam
- Next by thread: Re: Setting frame rate for vedio captured from handycam
- Index(es):
Relevant Pages
|