diff --git a/tools/qt-faststart.c b/tools/qt-faststart.c index cb36c4331e..681a51b759 100644 --- a/tools/qt-faststart.c +++ b/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 \n"); + printf("Usage: qt-faststart \n" + "Note: alternatively you can use -movflags +faststart in ffmpeg\n"); return 0; }