FreezyLemon
FreezyLemon
It looks like `VideoDetails` always assumes YUV, which is not the case. From what I can tell, this makes it impossible to determine the exact video format being used. E.g....
[1.82.0](https://releases.rs/docs/1.82.0/) for example. Raising MSRV to 1.82 is very aggressive as of now, but it should be kept in mind
The repo contains folders named `ubuntu2204` and the Dockerfiles show `20.04 AS BASE`, but some images use 24.04: ```sh $ docker run -it --entrypoint /bin/bash jrottenberg/ffmpeg:6.0-ubuntu root@0673e3eb8db2:/tmp/workdir# cat /etc/issue >...
### Describe the bug Similar to #3353. Trying to download games from Epic Games and it only reaches 1-2 MiB/s sporadically instead of my usual speed (>10MiB/s constantly) I get...
It's becoming a bit much boilerplate, but I think this could help in the long run. - Allows removing `src/traits.rs` because we already know if a codec can en-/decode based...
- [ ] `avutil/tx.h` - [ ] array-type AVOptions - [ ] Side data: `AVStreamGroupTyleGrid`, `AVFilterLink`, `AVBufferSrcParameters` - [ ] Sws API changes - [ ] frame property test API...
I have a generated struct ```rust #[repr(C)] #[derive(Debug, Copy, Clone, PartialEq, Eq)] pub struct AVIndexEntry { // ...fields pub _bitfield_align_1: [u32; 0], pub _bitfield_1: __BindgenBitfieldUnit, // ...more fields } ```...