FreezyLemon
FreezyLemon
Looks like the other crates finally build again :tada:
The history has gotten a bit mangled here. Basically, I updated `ffmpeg-the-third` to `2.X` in the decoders crate and bumped it in the -tests and -tool crate. After this, both...
Hey, a bit late to the party here. I see that the bindings have been manually maintained up until now, with every upstream API change requiring a manual update to...
That's understandable. It's just unfortunate that the two APIs can't be consolidated into one project, or at least not without a lot of effort.
I can reproduce this. Maybe it's because of the "sans-serif" font being used? I don't have a font with that exact name installed
I'll be honest, I don't know much about how fonts are selected/loaded. If `fc-match` correctly represents the font selection done by the system, I'd honestly expect "sans-serif" to just work...
> if I make a PR should I also include the changes to Cargo.lock, or is that auto-generated/populated by something like GitHub Actions? Yes, please add those aswell. There's no...
The "video" feature is optional, but enabled [by default](https://github.com/rust-av/ssimulacra2_bin/blob/2dc58a48e4423a180009b93576bb8f497cc57100/Cargo.toml#L35). You can disable the feature by using `cargo build --no-default-features`.
You could try explicitly setting `VAPOURSYNTH_LIB_DIR` to tell the compiler where to find the necessary libraries. If you do, set it to `/sdk/lib64` (lib32 if compiling for 32-bit)
This is known and pretty much unavoidable. Both the C++ and the Rust versions have some optimizations in (maybe different) places to increase speed in certain places, and unless there...