mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-22 07:20:45 +00:00
tools/qt-faststart: add -movflags +faststart note
This commit is contained in:
parent
243b9fea90
commit
2574d62d0d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user