fix(growing): add -aud 1 to h264_nvenc to fix raw2bmx parse failure
This commit is contained in:
parent
42806b5e10
commit
4bbbc9f4dc
1 changed files with 1 additions and 0 deletions
|
|
@ -365,6 +365,7 @@ const GROWING_VIDEO_ELEMENTARY_ARGS = [
|
|||
'-rc', 'constqp', '-qp', '21',
|
||||
'-pix_fmt', 'yuv420p',
|
||||
'-g', '1',
|
||||
'-aud', '1', // Access Unit Delimiters required for raw2bmx --avc_high wrapper
|
||||
];
|
||||
const GROWING_DEFAULT_BITRATE = '25M';
|
||||
const GROWING_EXT = 'mxf';
|
||||
|
|
|
|||
Loading…
Reference in a new issue