Browse Source

correct build documentation for qt-faststart utility

Originally committed as revision 13199 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Mike Melanson 17 years ago
parent
commit
3c16e03dbc
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      tools/qt-faststart.c

+ 6
- 2
tools/qt-faststart.c View File

@@ -7,8 +7,12 @@
* This utility rearranges a Quicktime file such that the moov atom
* is in front of the data, thus facilitating network streaming.
*
* Compile this program using:
* make qt-faststart
* To compile this program, start from the base directory from which you
* are building FFmpeg and type:
* make tools/qt-faststart
* The qt-faststart program will be built in the tools/ directory. If you
* do not build the program in this manner, correct results are not
* guaranteed, particularly on 64-bit platforms.
* Invoke the program with:
* qt-faststart <infile.mov> <outfile.mov>
*


Loading…
Cancel
Save