Skip to content

Commit 87f81b4

Browse files
committed
Update ParFile documentation in SMT help
1 parent d176353 commit 87f81b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/legacy/sample_multi_transcode/src/smt_cli.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -892,8 +892,8 @@ void PrintHelp() {
892892

893893
HELP_LINE("");
894894
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");
895+
HELP_LINE(" A ParFile is a text file containing several command lines, each corresponding");
896+
HELP_LINE(" to a single transcoding, decoding or encoding session.");
897897
HELP_LINE("");
898898
HELP_LINE("Examples:");
899899
HELP_LINE(" sample_multi_transcode -i::mpeg2 in.mpeg2 -o::h264 out.h264");

0 commit comments

Comments
 (0)