We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d176353 commit 87f81b4Copy full SHA for 87f81b4
tools/legacy/sample_multi_transcode/src/smt_cli.cpp
@@ -892,8 +892,8 @@ void PrintHelp() {
892
893
HELP_LINE("");
894
HELP_LINE("ParFile format:");
895
- HELP_LINE(" ParFile is extension of what can be achieved by setting pipeline in the command");
896
- HELP_LINE(" line. For more information on ParFile format see readme-multi-transcode.pdf");
+ HELP_LINE(" A ParFile is a text file containing several command lines, each corresponding");
+ HELP_LINE(" to a single transcoding, decoding or encoding session.");
897
898
HELP_LINE("Examples:");
899
HELP_LINE(" sample_multi_transcode -i::mpeg2 in.mpeg2 -o::h264 out.h264");
0 commit comments