Skip to content

Commit 3dec72e

Browse files
authored
rename to upscale
1 parent baec451 commit 3dec72e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/1.docs/7.options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)