Initial commit: Video analyzer with ffmpeg-next

This commit is contained in:
2026-02-25 17:06:09 +08:00
parent 96af1c7e18
commit 35574fcdb8
7 changed files with 590 additions and 0 deletions

11
.cargo/config.toml Normal file
View File

@@ -0,0 +1,11 @@
[target.aarch64-apple-darwin]
rustflags = [
"-L", "/opt/homebrew/lib",
"-l", "c++"
]
[target.x86_64-apple-darwin]
rustflags = [
"-L", "/usr/local/lib",
"-l", "c++"
]