rust-ffmpeg-sys
rust-ffmpeg-sys copied to clipboard
FFmpeg bindings for Rust.
Avoid bad caches and unnecessary `cargo clean` calls
FETCH configure: Unknown option "--enable-libaacplus". See /Users/dmtrkovalenko/dev/fframes/target/debug/build/ffmpeg-sys-fframes-7bb875671fd5a9c7/out/ffmpeg -7.0/configure --help for available options.
If I have my own crate that has a C file with some ffmpeg helpers (e.g. I want to use a macros that is not covered by rust-ffmpeg-sys) I need...
Hello I have some command `ffmpeg -ss 2 - ./video1.mp4 -vframes 3 -vf cropdetect -f null -` I found a code for `cropdetect` here https://github.com/FFmpeg/FFmpeg/blob/master/libavfilter/vf_cropdetect.c This is not default build...
#### **Summary** This PR provides a fix for the FFmpeg build error encountered when compiling Rust projects that depend on `ffmpeg-sys-next`. The issue arises due to missing FFmpeg development files,...
Failed to execute the configure binary directly on Windows.
I'm at https://docs.rs/ffmpeg-sys-next/latest/ffmpeg_sys_next/all.html?search=av_bsf_get_by_name I found this function, but actually I use ffmpeg_sys_next and it does not have this function. Does this need to be specially built? Cargo.toml ffmpeg-sys-next = {...
Regressed by #89 ```rust $ git describe --tags 7.0.3-1-ga13516c $ rustc -vV rustc 1.82.0 (f6e511eec 2024-10-15) (built from a source tarball) binary: rustc commit-hash: f6e511eec7342f59a25f7c0534f1dbea00d01b14 commit-date: 2024-10-15 host: i686-unknown-freebsd release:...