[FFmpeg-cvslog] qt-faststart: Add a note about the -movflags +faststart feature
Lou Logan
git at videolan.org
Sat Mar 1 15:12:03 CET 2014
ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Tue Jan 7 10:59:04 2014 -0900| [700687ebe07ac8b7a5cf5fd2c4892ea07a827080] | committer: Martin Storsjö
qt-faststart: Add a note about the -movflags +faststart feature
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=700687ebe07ac8b7a5cf5fd2c4892ea07a827080
---
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