[FFmpeg-cvslog] qt-faststart: Add a note about the -movflags +faststart feature
Lou Logan
git at videolan.org
Mon Mar 3 22:50:34 CET 2014
ffmpeg | branch: release/2.2 | Lou Logan <lou at lrcd.com> | Tue Jan 7 10:59:04 2014 -0900| [a6a2d8eb8f125a2edb512a7a47df33dbd70d6b35] | committer: Reinhard Tartler
qt-faststart: Add a note about the -movflags +faststart feature
Signed-off-by: Martin Storsjö <martin at martin.st>
(cherry picked from commit 700687ebe07ac8b7a5cf5fd2c4892ea07a827080)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a6a2d8eb8f125a2edb512a7a47df33dbd70d6b35
---
tools/qt-faststart.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/qt-faststart.c b/tools/qt-faststart.c
index 3a0139f..ed6de1b 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;
}
More information about the ffmpeg-cvslog
mailing list