Browse Source

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

Lou Logan 11 years ago
parent
commit
2574d62d0d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tools/qt-faststart.c

+ 2 - 1
tools/qt-faststart.c

@@ -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;
     }