[SCM] libav/experimental: qt-faststart: Add a note about the -movflags +faststart feature

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:01:46 UTC 2014


The following commit has been merged in the experimental branch:
commit 700687ebe07ac8b7a5cf5fd2c4892ea07a827080
Author: Lou Logan <lou at lrcd.com>
Date:   Tue Jan 7 10:59:04 2014 -0900

    qt-faststart: Add a note about the -movflags +faststart feature
    
    Signed-off-by: Martin Storsjö <martin at martin.st>

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/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list