jasonjmcghee / xrem

(Cross-Platform) An open source approach to locally record and enable searching everything you view on any computer.
242 stars 14 forks source link

Frames are blurry #13

Open louis030195 opened 3 weeks ago

louis030195 commented 3 weeks ago

I ran npm i and npm run tauri dev -- --release

also had to upgrade ffmpeg rust deps to latest version because it couldn't compile

and my frames look like this:

image

note this log:

[swscaler @ 0x300218000] No accelerated colorspace conversion found from yuv420p to rgb24.

maybe something related to my local env?

mac book pro m3

node -v
v20.9.0

rustup -V
rustup 1.27.1 (54dd3d00f 2024-04-24)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.79.0 (129f3b996 2024-06-10)`
louis030195 commented 3 weeks ago

assuming it's something related to ffmpeg version, i see there is a binary in the repo, how to do use this one instead of the ffmpeg from system with the rust dependencies?