Results 1 to 2 of 2

Thread: qt-faststart

  1. #1
    Member
    Join Date
    Jan 2010
    Location
    Sweden
    Posts
    1

    qt-faststart

    I am trying to make a mp4 movie available for faststart but when i try the following command.

    qt-faststart temp.0/1263169721.mp4 temp.1/1263169721.mp4

    i get the following output:

    ftyp 0 24
    moov 24 310077
    mdat 310101 336502518
    free 336812619 99
    last atom in file was not a moov atom

    What can be wrong?

  2. #2
    Explorer Case's Avatar
    Join Date
    Feb 2004
    Location
    Middle Earth
    Posts
    4,219

    Please note that this forum is for users of ffmpegX, a Mac OS X GUI to ffmpeg, mencoder and mpeg2enc, along with a few other video tools.
    ffmpegX does not utilize qt-faststart.

    From the qt-faststart.c source code comments:
    Notes: Quicktime files can come in many configurations of top-level atoms. This utility stipulates that the very last atom in the file needs to be a moov atom. When given such a file, this utility will rearrange the top-level atoms by shifting the moov atom from the back of the file to the front, and patch the chunk offsets along the way. This utility presently only operates on uncompressed moov atoms.
    From this can be concluded that it only works if the 'moov' atom (meta data) is the last atom (data box) in the source file, i.e. positioned at the end of the file. So, if the "last atom in file was not a moov atom", then qt-faststart won't be able to move the 'moov' atom. Perhaps your file already has the 'moov' atom positioned at the beginning of the file?

    Perhaps the users in the Video Streaming forum can help you better.

Similar Threads

  1. MP4Box parameters for HTTP FastStart
    By Wakewatcher in forum Video Conversion
    Replies: 0
    Last Post: 29th Dec 2008, 16:25
  2. ffmpeg faststart option? for progressive dl viewing
    By kosso in forum ffmpegX general discussion
    Replies: 0
    Last Post: 22nd Aug 2007, 06:21

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts