You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: doc/samples/readme-encode_linux.md
+1
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,7 @@ The following command-line switches are optional:
129
129
|[-perf_opt n]| sets number of prefetched frames. In performance mode app preallocates buffer and loads first n frames |
130
130
|[-fps]| limits overall fps of pipeline|
131
131
|[-dump fileName]|dump MSDK components configuration to the file in text form|
132
+
|[-tcbrctestfile fileName]|file with target frame sizes in bytes. It can be defined for each frame in format: one value per line|
132
133
|[-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|
133
134
|[-extbrc:<on,off,implicit>]| External BRC for AVC and HEVC encoders|
134
135
|[-ExtBrcAdaptiveLTR:<on,off>]| Set AdaptiveLTR for implicit extbrcExample: `./sample_encode h265 -i InputYUVFile -o OutputEncodedFile -w width -h height -hw -p 2fca99749fdb49aeb121a5b63ef568f7`|
msdk_printf(MSDK_STRING(" [-uncut] - do not cut output file in looped mode (in case of -timeout option)\n"));
179
179
msdk_printf(MSDK_STRING(" [-dump fileName] - dump MSDK components configuration to the file in text form\n"));
180
180
msdk_printf(MSDK_STRING(" [-qpfile <filepath>] - if specified, the encoder will take frame parameters (frame number, QP, frame type) from text file\n"));
181
+
msdk_printf(MSDK_STRING(" [-tcbrctestfile <filepath>] - if specified, the encoder will take targetFrameSize parameters for TCBRC test from text file\n"));
181
182
msdk_printf(MSDK_STRING(" [-usei] - insert user data unregistered SEI. eg: 7fc92488825d11e7bb31be2e44b06b34:0:MSDK (uuid:type<0-preifx/1-suffix>:message)\n"));
182
183
msdk_printf(MSDK_STRING(" the suffix SEI for HEVCe can be inserted when CQP used or HRD disabled\n"));
0 commit comments