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

Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit 700687ebe0)
This commit is contained in:
Lou Logan
2014-01-07 10:59:04 -09:00
committed by Reinhard Tartler
parent 9841617b7f
commit a6a2d8eb8f

View File

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