[Mp4-tech] Hinting of Mpeg-4 file

Wesley De Neve Wesley.DeNeve ugent.be
Sat Jan 17 15:29:30 EST 2004


Hi Derek,
Derek Chow wrote:
> Hi all,
>
> Does any one know if I can use QuickTime Pro API to do
> hinting of an encoded Mpeg-4 file, such that I can
> stream the file with DSS?

You can do this by making use of the MovieExportDoUserDialog() and
ConvertMovieToFile() functions. It is propably more appropriate to ask these
questions on the mailinglists of Apple.
> If so, could you tell me how to do it? If not, then is
> there anyway I can hint a Mpeg-4 file instead of using
> QuickTime Export function, as I need to embedded the
> function into my own program? Actually, I've tried
> MP4Box to hint the mp4 file, though the resulting file
> can be streamed by DSS, the video is freezed at the
> first frame.

You can easily call those (command line) tools from your program by creating
a new (hidden) process in which you execute the tool in question.
If you can do it the above way (which is no longer a *live* streaming
scenario), you'll no longer need a DirectShow renderer filter for doing the
packetization (as described in your previous mail).
Kind regards,
Wesley
--
Ghent University
ELIS / Multimedia Lab
<url:http://multimedialab.elis.ugent.be>


More information about the Mp4-tech mailing list