Re: Mpeg1 decoder
- From: "Max Paklin" <mpaklin@xxxxxxxxxxx>
- Date: Mon, 23 May 2005 09:47:22 -0700
It depends on how you want to look at it.
If your goal is to port Xine to Windows then no, you didn't waste your time.
Not entirely that is.
You can wrap DShow filter around what you've done already and that would
allow you to reuse most of what you have.
If however having a working demux is what you need then you probably did
waste your time as there is MS MPEG2 Demux, which is likely to do what you
want. Why don't use it instead of rolling your own?
-- Max.
"Piyush" <piyush1974@xxxxxxxxxxxxxx> wrote in message
news:OAsvcI1XFHA.3320@xxxxxxxxxxxxxxxxxxxxxxx
> Hi Tim
>
> Thank you for reading and replying to my post.
>
> What we have done is taking the Linux based code for Xine player and then
> converting the demuxer code to WinCE.
>
> Is this effort waste or we could still use the same code and convert it
> into
> DirectShow filters?
>
> Warm Regards
> Piyush
> "Tim Roberts" <timr@xxxxxxxxx> wrote in message
> news:31l291prf5hdgj79gnlj56sc9htou6qg9r@xxxxxxxxxx
>> "Piyush" <piyush1974@xxxxxxxxxxxxxx> wrote:
>> >
>> >I am trying to write an application to support play back of VOB and DVB
>> >files.
>> >
>> >I have completed the following
>> > 1) Module to recognize the Transport Stream
>> > 2) Module to split the Transport stream in Video and Audio stream
>> > 3) Module to write the Spitted Audio and Video streams in two
> different
>> >FIFOs respectively
>> > 4) module to read form these FIFOs
>> >
>> >I know that WinCE has Mpeg 1 audio decoder. My problem is
>> >
>> > 1) how to use the Mpeg1 decoder?
>> > 2) are there any exposed functions available for using the Mpeg1
>> >decoder?
>> > 3) Is there any sample code which could be referred ?
>>
>> Have you written your modules as DirectShow filters? If not, then your
>> task will be quite difficult. The MPEG 1 decoders are DirectShow
>> filters.
>> If you create a DirectShow filter with output pins that say they are
>> supplying an MPEG1 audio stream, the DirectShow graph builder will
>> automatically hook up the proper decoders.
>> --
>> - Tim Roberts, timr@xxxxxxxxx
>> Providenza & Boekelheide, Inc
>
>
.
- References:
- Mpeg1 decoder
- From: Piyush
- Re: Mpeg1 decoder
- From: Tim Roberts
- Re: Mpeg1 decoder
- From: Piyush
- Mpeg1 decoder
- Prev by Date: Re: Printer driver for all windows versions
- Next by Date: Re: How to implement IBDA_SignalStatistics in a BDA tuner?
- Previous by thread: Re: Mpeg1 decoder
- Next by thread: crashed and burned....need driver
- Index(es):
Relevant Pages
|