From: Max Paklin on
I haven't looked at this thing since probably 1999 when we shipped the last
hardware MPEG2 decoder to our customers. At that point of time DVD navigator
used to be the navigator and the splitter in one. It had multiple outputs
for audio, video and something else (CC? I can't seem to remember)
Maybe things changed...

I highly doubt that regular MPEG2 Splitter would be able to process raw VOB
file. The splitter is therefore for parsing MPEG 1/2 TS and PS.

-- Max.



"Maxim S. Shatskih" <maxim(a)storagecraft.com> wrote in message
news:OMUJc9XbFHA.1504(a)TK2MSFTNGP15.phx.gbl...
> DVD Navigator is for intepreting the DVD menu and dealing with
> encryption.
>
> You can open the single VOB file from the DVD disk by GraphEdt and look
> what occurs. No DVD Navigator. Only MPEG-2 Splitter.
>
> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> maxim(a)storagecraft.com
> http://www.storagecraft.com
>
> "Max Paklin" <mpaklin(a)hotmail.com> wrote in message
> news:OxIknyRbFHA.3240(a)TK2MSFTNGP12.phx.gbl...
>> .vob is a DVD-format file, right?
>> In that case DVD navigator filter is what you want to use. Not sure if it
>> is
>> present on CE, but it should.
>>
>> -- Max.
>>
>>
>> "Johns" <johnysmart(a)yahoo.com> wrote in message
>> news:uuSvzqlaFHA.464(a)TK2MSFTNGP15.phx.gbl...
>> > Is there any source filter for reading *. vob file format in Win CE
>> > 4.2
>> > .
>> > Please let me know how to integrate with the directshow.
>> > Thanks,
>> > Regards,
>> > Johns.
>> >
>> >
>>
>>
>
>


From: Johns on
Hi,
Thanks. I' working with Win CE 4.2 Platform Builder. Can I go with the DVD
navigation filter, if available for splitting the streams.
Regards,
Johns

"Max Paklin" <mpaklin(a)hotmail.com> wrote in message
news:Ol#qSMebFHA.2936(a)tk2msftngp13.phx.gbl...
> I haven't looked at this thing since probably 1999 when we shipped the
last
> hardware MPEG2 decoder to our customers. At that point of time DVD
navigator
> used to be the navigator and the splitter in one. It had multiple outputs
> for audio, video and something else (CC? I can't seem to remember)
> Maybe things changed...
>
> I highly doubt that regular MPEG2 Splitter would be able to process raw
VOB
> file. The splitter is therefore for parsing MPEG 1/2 TS and PS.
>
> -- Max.
>
>
>
> "Maxim S. Shatskih" <maxim(a)storagecraft.com> wrote in message
> news:OMUJc9XbFHA.1504(a)TK2MSFTNGP15.phx.gbl...
> > DVD Navigator is for intepreting the DVD menu and dealing with
> > encryption.
> >
> > You can open the single VOB file from the DVD disk by GraphEdt and
look
> > what occurs. No DVD Navigator. Only MPEG-2 Splitter.
> >
> > --
> > Maxim Shatskih, Windows DDK MVP
> > StorageCraft Corporation
> > maxim(a)storagecraft.com
> > http://www.storagecraft.com
> >
> > "Max Paklin" <mpaklin(a)hotmail.com> wrote in message
> > news:OxIknyRbFHA.3240(a)TK2MSFTNGP12.phx.gbl...
> >> .vob is a DVD-format file, right?
> >> In that case DVD navigator filter is what you want to use. Not sure if
it
> >> is
> >> present on CE, but it should.
> >>
> >> -- Max.
> >>
> >>
> >> "Johns" <johnysmart(a)yahoo.com> wrote in message
> >> news:uuSvzqlaFHA.464(a)TK2MSFTNGP15.phx.gbl...
> >> > Is there any source filter for reading *. vob file format in Win CE
> >> > 4.2
> >> > .
> >> > Please let me know how to integrate with the directshow.
> >> > Thanks,
> >> > Regards,
> >> > Johns.
> >> >
> >> >
> >>
> >>
> >
> >
>
>


From: Tim Roberts on
"Max Paklin" <mpaklin(a)hotmail.com> wrote:
>
>Windows Platform SDK?
>It used to be a part of it, but then MS removed it from there. They added it
>back? WHat SDK are you looking at?

I don't remember DirectShow ever being part of the SDK before. For a long
time, ActiveMovie was a separate SDK on its own, before it was renamed
DirectShow and made part of DirectX.

However, early this year, Microsoft decided that DirectShow should not
really be part of DirectX. They are moving it into the Platform SDK.

And, of course, they did so in the worst way possible. The April update of
the DirectX SDK no longer includes DirectShow, but they haven't yet
released a Platform SDK that includes it. So, today, if you use the latest
and greatest tools, it is impossible to build DirectShow applications.

Don't you think someone could have thought that one through a little
better?
--
- Tim Roberts, timr(a)probo.com
Providenza & Boekelheide, Inc
From: Max Paklin on
DirectShow (as a part of DX) has been a part of Platform SDK for quite some
time.
I've accustom to Platform SDK October 2002 (still have somewhere in my
drawer), which contained entire DX.
It used to make sense to keep DX SDK separate as it was progressing rapidy
going at its own speed. Now it is fairly static that's why taking it out of
the SDK at 2002 made no sense to me. Unless they want to kill it.

As for moving DShow out of DX... It makes as much sense as moving it in and
making it DShow instead of ActiveMovie. Oh, well. More signs that DX is
slowly dying.

-- Max.



"Tim Roberts" <timr(a)probo.com> wrote in message
news:0jska1pg4563n2u7onr74sbu5p8v4ik5o3(a)4ax.com...
> "Max Paklin" <mpaklin(a)hotmail.com> wrote:
>>
>>Windows Platform SDK?
>>It used to be a part of it, but then MS removed it from there. They added
>>it
>>back? WHat SDK are you looking at?
>
> I don't remember DirectShow ever being part of the SDK before. For a long
> time, ActiveMovie was a separate SDK on its own, before it was renamed
> DirectShow and made part of DirectX.
>
> However, early this year, Microsoft decided that DirectShow should not
> really be part of DirectX. They are moving it into the Platform SDK.
>
> And, of course, they did so in the worst way possible. The April update
> of
> the DirectX SDK no longer includes DirectShow, but they haven't yet
> released a Platform SDK that includes it. So, today, if you use the
> latest
> and greatest tools, it is impossible to build DirectShow applications.
>
> Don't you think someone could have thought that one through a little
> better?
> --
> - Tim Roberts, timr(a)probo.com
> Providenza & Boekelheide, Inc


From: Max Paklin on
Yes, that was my suggestion.

-- Max.



"Johns" <johnysmart(a)yahoo.com> wrote in message
news:Or67%23sjbFHA.584(a)TK2MSFTNGP15.phx.gbl...
> Hi,
> Thanks. I' working with Win CE 4.2 Platform Builder. Can I go with the DVD
> navigation filter, if available for splitting the streams.
> Regards,
> Johns
>
> "Max Paklin" <mpaklin(a)hotmail.com> wrote in message
> news:Ol#qSMebFHA.2936(a)tk2msftngp13.phx.gbl...
>> I haven't looked at this thing since probably 1999 when we shipped the
> last
>> hardware MPEG2 decoder to our customers. At that point of time DVD
> navigator
>> used to be the navigator and the splitter in one. It had multiple outputs
>> for audio, video and something else (CC? I can't seem to remember)
>> Maybe things changed...
>>
>> I highly doubt that regular MPEG2 Splitter would be able to process raw
> VOB
>> file. The splitter is therefore for parsing MPEG 1/2 TS and PS.
>>
>> -- Max.
>>
>>
>>
>> "Maxim S. Shatskih" <maxim(a)storagecraft.com> wrote in message
>> news:OMUJc9XbFHA.1504(a)TK2MSFTNGP15.phx.gbl...
>> > DVD Navigator is for intepreting the DVD menu and dealing with
>> > encryption.
>> >
>> > You can open the single VOB file from the DVD disk by GraphEdt and
> look
>> > what occurs. No DVD Navigator. Only MPEG-2 Splitter.
>> >
>> > --
>> > Maxim Shatskih, Windows DDK MVP
>> > StorageCraft Corporation
>> > maxim(a)storagecraft.com
>> > http://www.storagecraft.com
>> >
>> > "Max Paklin" <mpaklin(a)hotmail.com> wrote in message
>> > news:OxIknyRbFHA.3240(a)TK2MSFTNGP12.phx.gbl...
>> >> .vob is a DVD-format file, right?
>> >> In that case DVD navigator filter is what you want to use. Not sure if
> it
>> >> is
>> >> present on CE, but it should.
>> >>
>> >> -- Max.
>> >>
>> >>
>> >> "Johns" <johnysmart(a)yahoo.com> wrote in message
>> >> news:uuSvzqlaFHA.464(a)TK2MSFTNGP15.phx.gbl...
>> >> > Is there any source filter for reading *. vob file format in Win
>> >> > CE
>> >> > 4.2
>> >> > .
>> >> > Please let me know how to integrate with the directshow.
>> >> > Thanks,
>> >> > Regards,
>> >> > Johns.
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>


First  |  Prev  |  Next  |  Last
Pages: 1 2 3
Prev: Access GPIO on W83627
Next: Linker error LNK4210