Skip to content

Commit ab197dc

Browse files
committed
Use correct AR
I think a better way to check the AR is to execute the game in an emulator and count the pixel here, there i found two resolution 291*224 and 291.5*224 (i used duckstation x4 zoom), then i found an integer mod2 resolution soutable, 582*448 is the first one
1 parent 622fff5 commit ab197dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/extract/extract_media.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function extract_video(tempdir, jpsxdec_jar, no_delete) {
5252
"yuv420p",
5353
"-n",
5454
"-filter:v",
55-
"zscale=w=640:h=526:dither=error_diffusion:filter=lanczos:rin=full:r=limited:tin=601:t=709:min=470bg:m=709:cin=center:c=left",
55+
"zscale=w=582:h=448:dither=error_diffusion:filter=lanczos:rin=full:r=limited:tin=601:t=709:min=470bg:m=709:cin=center:c=left",
5656
"-crf",
5757
"15",
5858
"-preset",

0 commit comments

Comments
 (0)