Re: know the media info
On Mon, 30 Jan 2006 14:20:38 -0500, Owen wrote:
> Hello:
>
> I have to know about media files (avi, asf, mpg and so on) the lenght and
> other info that I can get. Which components or functions can use to get this
> data.
You can get most of this from the IMediaDet interface (Media Detector
object) part of DirectShow.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directshow/htm/imediadetinterface.asp
You don't need to know much about DirectShow, just some basic COM.
.
Relevant Pages
- Re: commandline media conversion on 6.2
... I'm trying to convert some media files from avi and mpg to dvd-compliant ... video formats so i can play them on a standalone dvd player. ... the glass is half empty. ... (comp.unix.bsd.freebsd.misc) - Re: DirectShow Filter Graph Manager usage In VB or VC++
... i want to use DirectShow to play my Media Files ... ho to use the Filter Graph Manager in VB? ... VB.NET/2002+ (and other .NET languages): ... send it to me using the COM Suport or the DirectShow ... (microsoft.public.win32.programmer.directx.audio) - commandline media conversion on 6.2
... I'm trying to convert some media files from avi and mpg to dvd-compliant ... video formats so i can play them on a standalone dvd player. ... (comp.unix.bsd.freebsd.misc) - Re: Good movie players other then MediaPlayer
... all media files, for example I don't think wmv files can be played using ... MCI) or DirectX (or derivitive of it such as DirectShow, DirectSound, etc.), ... then I guess the MediaPlayer control is probably your best bet. ... (microsoft.public.vb.general.discussion) - 2nd nic ?
... Well i have a webserver that is hosted on my LAN with role to provide users ... with large (mpg) media files .. ... during rush hour my webserver becomes to ... (microsoft.public.win2000.networking) |
|