diff options
author | Lou Logan <lou@lrcd.com> | 2014-01-07 10:59:04 -0900 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-03-01 00:25:17 +0200 |
commit | 700687ebe07ac8b7a5cf5fd2c4892ea07a827080 (patch) | |
tree | 1153eb00080eaf63238a51584bf36e5926fbfb9d /tools | |
parent | ea7f79f93796d68559a495be824b6bbd94dfe5f6 (diff) | |
download | ffmpeg-700687ebe07ac8b7a5cf5fd2c4892ea07a827080.tar.gz |
qt-faststart: Add a note about the -movflags +faststart feature
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qt-faststart.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qt-faststart.c b/tools/qt-faststart.c index 3a0139fecb..ed6de1b86c 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 <infile.mov> <outfile.mov>\n"); + printf("Usage: qt-faststart <infile.mov> <outfile.mov>\n" + "Note: alternatively you can use -movflags +faststart in avconv\n"); return 0; } |