Hey guys and gals,

I am trying to hint some mov files so they can be streamed from a darwin server...

This file is encoded in h.264 and then used the .mov container...

ive tried to use MP4Box and Mpeg4ip package and both error out when trying to hint the files.

for mpeg4ip i tried...

Code:
mp4creator -hint=2 writingstyles.mov
2 is track 2 which is the video track... i get the error

Code:
mp4creator: can't hint non-MPEG4 video type
mp4creator: error hinting track 2

With MP4Box


Code:
MP4Box -hint writingstyles.mov


I get the error...

Code:
Hinting file with Path-MTU 1500 Bytes
Cannot create hinter (Feature Not Supported)

        Error: Feature Not Supported

Anyone know what im doing wrong.... Im guessing they have to be in the .mp4 container for this to work. Is there any programs that will hint .mov files besides Quicktime pro in Windows?

I dont really want to convert to .mp4 and then back to .mov

Thanks in advance!