fixed patch to properly update encoder resolution
This commit is contained in:
parent
2be6b600c5
commit
b68e4d1268
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ addPatch({
|
|||
if (opts?.encode) {
|
||||
Object.assign(opts.encode, {
|
||||
framerate,
|
||||
width,
|
||||
height,
|
||||
pixelCount: height * width
|
||||
});
|
||||
}
|
||||
|
|
Reference in a new issue