mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-26 04:41:53 +00:00
Removed depricated pramams and added missing one.
-o1 and -o2 were depricated in commit
0541a2fb62
--version was missing.
This commit is contained in:
parent
5ce5dc7fae
commit
d37086a434
@ -298,10 +298,6 @@ void print_usage (void)
|
|||||||
mprint (" -o outputfilename: Use -o parameters to define output filename if you don't\n");
|
mprint (" -o outputfilename: Use -o parameters to define output filename if you don't\n");
|
||||||
mprint (" like the default ones (same as infile plus _1 or _2 when\n");
|
mprint (" like the default ones (same as infile plus _1 or _2 when\n");
|
||||||
mprint (" needed and file extension, e.g. .srt).\n");
|
mprint (" needed and file extension, e.g. .srt).\n");
|
||||||
mprint (" -o or -o1 -> Name of the first (maybe only) output\n");
|
|
||||||
mprint (" file.\n");
|
|
||||||
mprint (" -o2 -> Name of the second output file, when\n");
|
|
||||||
mprint (" it applies.\n");
|
|
||||||
mprint (" -cf filename: Write 'clean' data to a file. Cleans means the ES\n");
|
mprint (" -cf filename: Write 'clean' data to a file. Cleans means the ES\n");
|
||||||
mprint (" without TS or PES headers.\n");
|
mprint (" without TS or PES headers.\n");
|
||||||
mprint (" -stdout: Write output to stdout (console) instead of file. If\n");
|
mprint (" -stdout: Write output to stdout (console) instead of file. If\n");
|
||||||
@ -846,6 +842,7 @@ void print_usage (void)
|
|||||||
mprint(" ccextractor video.mp4 -hardsubx -subcolor white -detect_italics \n");
|
mprint(" ccextractor video.mp4 -hardsubx -subcolor white -detect_italics \n");
|
||||||
mprint(" -whiteness_thresh 90 -conf_thresh 60\n");
|
mprint(" -whiteness_thresh 90 -conf_thresh 60\n");
|
||||||
mprint("\n");
|
mprint("\n");
|
||||||
|
mprint ("\n --version : Display current CCExtractor version and detailed information.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned char sha256_buf[16384];
|
unsigned char sha256_buf[16384];
|
||||||
|
Loading…
Reference in New Issue
Block a user