File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -499,11 +499,11 @@ EJS_screenCapture = {
499499 photo: {
500500 source: " canvas" , // or "retroarch" (note: setting to retroarch will ignore the format and just be png)
501501 format: " png" , // can also be `jpeg` or `webp` (note: safari doesn't support webp so it will default back to png if set)
502- quality : 1 // can also be `0` which is native, any positive # is valid (note: this will multiply the canvas & frame size by this number).
502+ upscale : 1 // can also be `0` which is native, any positive # is valid (note: this will upscale the canvas & frame size by this number).
503503 },
504504 video: {
505505 format: " detect" , // checks in order of `mp4` then `webm` to see if it's supported in the browser (note: will default to what is first supported)
506- quality : 1 , // any positive # is valid (note: this will multiply the canvas & frames size by this number).
506+ upscale : 1 , // any positive # is valid (note: this will upscale the canvas & frames size by this number).
507507 fps: 30 , // can also be 60
508508 videoBitrate: 2621440 , // can be any valid bitrate.
509509 audioBitrate: 196608 // can be any valid bitrate.
You can’t perform that action at this time.
0 commit comments