feat(player): add ASR/YOLO overlays, zoom, and text rendering
- Add TTF text rendering for subtitles and YOLO labels - Implement ASR subtitle display with background - Add YOLO bbox rendering with class labels - Add zoom in/out (+/-) and reset (Backquote) - Add frame/time info display - Fix YOLO metadata parsing for actual file format - Add Shift+Arrow for 1-second seek
This commit is contained in:
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
Binary file not shown.
12
target/release/build/rustix-ad794715cf5f40ef/output
Normal file
12
target/release/build/rustix-ad794715cf5f40ef/output
Normal file
@@ -0,0 +1,12 @@
|
||||
cargo:rerun-if-changed=build.rs
|
||||
cargo:rustc-cfg=static_assertions
|
||||
cargo:rustc-cfg=lower_upper_exp_for_non_zero
|
||||
cargo:rustc-cfg=rustc_diagnostics
|
||||
cargo:rustc-cfg=libc
|
||||
cargo:rustc-cfg=apple
|
||||
cargo:rustc-cfg=bsd
|
||||
cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM
|
||||
cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC
|
||||
cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC
|
||||
cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD
|
||||
cargo:rerun-if-env-changed=CARGO_CFG_MIRI
|
||||
1
target/release/build/rustix-ad794715cf5f40ef/root-output
Normal file
1
target/release/build/rustix-ad794715cf5f40ef/root-output
Normal file
@@ -0,0 +1 @@
|
||||
/Users/accusys/momentry_playground/target/release/build/rustix-ad794715cf5f40ef/out
|
||||
0
target/release/build/rustix-ad794715cf5f40ef/stderr
Normal file
0
target/release/build/rustix-ad794715cf5f40ef/stderr
Normal file
Reference in New Issue
Block a user