]> git.sesse.net Git - ffmpeg/commitdiff
tools/qt-faststart: add -movflags +faststart note
authorLou Logan <lou@lrcd.com>
Tue, 7 Jan 2014 19:59:04 +0000 (10:59 -0900)
committerLou Logan <lou@lrcd.com>
Tue, 7 Jan 2014 19:59:04 +0000 (10:59 -0900)
tools/qt-faststart.c

index cb36c4331efc8d8dc5f4ad66c7126d3b607e51ef..681a51b7598b271919b4d473d31a5d6c04300c29 100644 (file)
@@ -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;
     }