Module: libav
Branch: master
Commit: 700687ebe07ac8b7a5cf5fd2c4892ea07a827080

Author:    Lou Logan <[email protected]>
Committer: Martin Storsjö <[email protected]>
Date:      Tue Jan  7 10:59:04 2014 -0900

qt-faststart: Add a note about the -movflags +faststart feature

Signed-off-by: Martin Storsjö <[email protected]>

---

 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;
     }
 

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to