Skip to content

Commit

Permalink
docs: remove -membuf and add -perf_opt option
Browse files Browse the repository at this point in the history
  • Loading branch information
aobolensk authored and dmitryermilov committed Jun 1, 2020
1 parent 49360a1 commit cf6800c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/samples/readme-encode_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ The following command-line switches are optional:
|[-WeightedPred:default\|implicit ] | enables weighted prediction mode|
| [-WeightedBiPred:default\|implicit ] | enables weighted bi-prediction mode|
|[-timeout] | encoding in cycle not less than specific time in seconds|
| [-membuf] | size of memory buffer in frames|
| [-uncut] | do not cut output file in looped mode (in case of -timeout option)|
| [-perf_opt n] | sets number of prefetched frames. In performance mode app preallocates buffer and loads first n frames |
| [-dump fileName] |dump MSDK components configuration to the file in text form|
| [-usei]| insert user data unregistered SEI. eg: 7fc92488825d11e7bb31be2e44b06b34:0:MSDK (uuid:type<0-preifx/1-suffix>:message) <br>the suffix SEI for HEVCe can be inserted when CQP used or HRD disabled|
| [-extbrc:<on,off,implicit>] | External BRC for AVC and HEVC encoders|
Expand Down
2 changes: 1 addition & 1 deletion samples/sample_encode/src/sample_encode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void PrintHelp(msdk_char *strAppName, const msdk_char *strErrorMessage, ...)
msdk_printf(MSDK_STRING(" [-WeightedPred:default|implicit ] - enables weighted prediction mode\n"));
msdk_printf(MSDK_STRING(" [-WeightedBiPred:default|implicit ] - enables weighted bi-prediction mode\n"));
msdk_printf(MSDK_STRING(" [-timeout] - encoding in cycle not less than specific time in seconds\n"));
msdk_printf(MSDK_STRING(" [-perf_opt n] - sets number of prefetched frames. In performance mode app preallocates buffer and load first n frames\n"));
msdk_printf(MSDK_STRING(" [-perf_opt n] - sets number of prefetched frames. In performance mode app preallocates buffer and loads first n frames\n"));
msdk_printf(MSDK_STRING(" [-uncut] - do not cut output file in looped mode (in case of -timeout option)\n"));
msdk_printf(MSDK_STRING(" [-dump fileName] - dump MSDK components configuration to the file in text form\n"));
msdk_printf(MSDK_STRING(" [-qpfile <filepath>] - if specified, the encoder will take frame parameters (frame number, QP, frame type) from text file\n"));
Expand Down

0 comments on commit cf6800c

Please sign in to comment.