You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also had to upgrade ffmpeg rust deps to latest version because it couldn't compile
and my frames look like this:
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)`
The text was updated successfully, but these errors were encountered:
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?
I ran
npm i
andnpm 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:
note this log:
maybe something related to my local env?
The text was updated successfully, but these errors were encountered: