Commit 3c16e03d authored by Mike Melanson's avatar Mike Melanson

correct build documentation for qt-faststart utility

Originally committed as revision 13199 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 47abbd3e
...@@ -7,8 +7,12 @@ ...@@ -7,8 +7,12 @@
* This utility rearranges a Quicktime file such that the moov atom * This utility rearranges a Quicktime file such that the moov atom
* is in front of the data, thus facilitating network streaming. * is in front of the data, thus facilitating network streaming.
* *
* Compile this program using: * To compile this program, start from the base directory from which you
* make qt-faststart * 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: * Invoke the program with:
* qt-faststart <infile.mov> <outfile.mov> * qt-faststart <infile.mov> <outfile.mov>
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment