[FFmpeg-cvslog] tools/qt-faststart: add -movflags +faststart note
Lou Logan
git at videolan.org
Tue Jan 7 21:07:01 CET 2014
ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Tue Jan 7 10:59:04 2014 -0900| [2574d62d0dd34df762aa2d80c7d6381918a80ed1] | committer: Lou Logan
tools/qt-faststart: add -movflags +faststart note
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2574d62d0dd34df762aa2d80c7d6381918a80ed1
---
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 cb36c43..681a51b 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 ffmpeg\n");
return 0;
}
More information about the ffmpeg-cvslog
mailing list