Commit 700687eb authored by Lou Logan's avatar Lou Logan Committed by Martin Storsjö

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

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent ea7f79f9
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment