fixed patch to properly update encoder resolution

This commit is contained in:
kaitlynkittyy 2024-04-11 21:17:22 -04:00
parent 2be6b600c5
commit b68e4d1268

View file

@ -93,6 +93,8 @@ addPatch({
if (opts?.encode) {
Object.assign(opts.encode, {
framerate,
width,
height,
pixelCount: height * width
});
}