Initial commit: Video analyzer with ffmpeg-next
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "video_analyzer"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
# 啟用 "static" feature 進行靜態編譯
|
||||
# 注意:版本號可能需要根據實際情況調整,目前推薦使用 7.0 或最新版本
|
||||
ffmpeg-next = { version = "8.0", features = ["static"] }
|
||||
|
||||
# [可選] 如果你希望進一步減小體積或指定編譯選項,可以添加 build-dependencies
|
||||
# 但通常 ffmpeg-next 的 static feature 會自動處理大部分事情
|
||||
Reference in New Issue
Block a user