patrickmatte / scroll-capture

18 stars 5 forks source link

Higher pixel ratio values don't work on Mac with M chipsets #43

Open adam7hansen7 opened 5 months ago

adam7hansen7 commented 5 months ago

Everything works as I'd expect it to prior to recording, but after the scrolling/recording is complete, the 'Capture' tab is simply blank. The site I'm attempting to record is https://www.mindoverbodyracing.com/.

Screenshot 2024-04-08 at 3 36 59 PM
patrickmatte commented 5 months ago

I had no problem making a video on that url. https://github.com/patrickmatte/scroll-capture/assets/435963/18dfab2f-84bd-4fde-ba20-bf39827bdc7b

Were you using an incognito window? There's already an issue about the incognito window. https://github.com/patrickmatte/scroll-capture/issues/42

Other than that, you cloud try closing the window and try with a new one. The extension remembers the last settings. If that doesn't work, look at the javacriopt console to see if there are any errors. You can also look at the extension settings and see in the offscreen.html logs if there are any errors.

If you can paste the logs here I can take a look.

There's another issue open about the video failing on websites with strict content security policies https://github.com/patrickmatte/scroll-capture/issues/39

adam7hansen7 commented 5 months ago

Thanks for your response. It is not an incognito window, and no JS console errors.

This is the error from offscreen.html log:

Screenshot 2024-04-09 at 9 49 40 AM
patrickmatte commented 5 months ago

Can you try again with the "webm" file format instead of "mp4"?

If that still doesn't work, try bringing down the "Pixel Ratio" value.

adam7hansen7 commented 5 months ago

Taking the pixel ratio down to 1.7x got the recordings to show up. Thanks for the help.