encoder-benchmark icon indicating copy to clipboard operation
encoder-benchmark copied to clipboard

A tool to benchmark your hardware's real-time video encoding capabilities.

Results 27 encoder-benchmark issues
Sort by recently updated
recently updated
newest added

thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', engine\src\engine.rs:241:52 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Unhandled error encountered, see panic errors above...

Would be nice if both the tool itself, as well as the downloading of the source files had some docker support. The more ways people can easily run this tool...

![Screenshot 2024-06-13 at 3 51 19 PM](https://github.com/Proryanator/encoder-benchmark/assets/8595173/e3916c60-7e91-4908-b00e-8fc6f6668ce8) It looks like the linux workflow does work, however the name is also 'Windows Release Workflow', and this currently has 2 different jobs...

bug
enhancement

Useful for those who encode on VAAPI rather than AMD AMF Reference: https://trac.ffmpeg.org/wiki/Hardware/VAAPI

Need to fix/update the tool to support the following: - benchmarking using apple silicon encoders - prores codec (could not easily get it to work before)

enhancement

Hey there, thanks for the tools! I'm running into an error when running `permuter-cli` with `-c` to calculate VMAF scores, for example: ``` permutor-cli.exe -e hevc_nvenc -s 1080-120.y4m -b 30...

Hey, I'm a new user trying out this tool and I noticed the QHD 2560x1440 sample file is called 2K. This doesn't really make sense to me and for example...

Right now, what settings are best is something the end user has to decide (by looking at the permutations). We can have the tool do this for you, perhaps in...

Making use of https://github.com/killercup/cargo-edit, we can automate this process as part of the release. No more manually entering in version numbers, it'll just auto-update itself.

App Images are Linux distro agnostic binaries, so this would be great to prioritize for Linux support https://www.booleanworld.com/creating-linux-apps-run-anywhere-appimage/ Also add a job that builds a pacman binary (to be used...