Commit 2574d62d authored by Lou Logan's avatar Lou Logan

tools/qt-faststart: add -movflags +faststart note

parent 243b9fea
......@@ -102,7 +102,8 @@ int main(int argc, char *argv[])
int bytes_to_copy;
if (argc != 3) {
printf("Usage: qt-faststart <infile.mov> <outfile.mov>\n");
printf("Usage: qt-faststart <infile.mov> <outfile.mov>\n"
"Note: alternatively you can use -movflags +faststart in ffmpeg\n");
return 0;
}
......
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