From: Jeffrey Kardatzke <[EMAIL PROTECTED]>
Subject: RE: Extracting information from RealVideo/RealAudio files - how t
        o??

Yeah there is.  Using the RMEdit API that's part of the RealProducer SDK you
can extract most of that information (if not all).  Check out the example
they give for the RMEditor that you compile yourself.  It extracts
everything you're looking for.  It's written in Visual C++, but if you look
at the RealMedia file format in the documentation for the SDK you'll get the
byte code used in the file for how they lay out the headers which describe
the information you're looking for.  Then you can write it for any
language/platform.  I wrote one in ANSI C++ that'll run anywhere, it's
pretty easy.

Jeff
[EMAIL PROTECTED]

-----Original Message-----
From: RealForum [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 27, 1999 2:00 AM
Subject: Extracting information from RealVideo/RealAudio files - how
to??


From: [EMAIL PROTECTED]
Subject: Extracting information from RealVideo/RealAudio files - how to??


Scenario:  I have a TON of realvideo and realaudio files laying around, and
I want to write a program to extract some information from them - duration,
number of frames, bitrates, title string, number of tracks, audio sample
rate, whatever is available.

Is there a programmatic way to do this?  Either C/C++ or Java, and
preferably on SGI Irix or Sun Solaris, although NT is available as a last
resort.


Thanks!

-=b=-




*******************************************************
The RealForum is an email discussion group focused on using RealNetworks
products. The RealForum is a place to post messages about the best methods
for creating content using RealNetworks technologies and the planning and
implementation of streaming-media web sites.

If you ever want to remove yourself from this mailing list,
you can send mail to <[EMAIL PROTECTED]> with the following
command in the body of your email message:

    unsubscribe realforum

or from another account, besides the address you subscribed with:

    unsubscribe realforum <[EMAIL PROTECTED]>

Reply via email to