Projects

These are the contributor created tools, libraries or projects, give them a try!

Benchmark Videos

Videos made available by for use in benchmarking hardware and software encoders.

These videos come in multiple standard formats of different scenes that can be common to encode.

FastFlix

FastFlix is a handy GUI for encoding videos. It supports most platforms, including Windows, Mac and most Linux variants, and works with a lot of different encoders.

FastFlix supports Hardware encoding with AMD, Nvidia, and Intel video cards for HEVC and H.264 videos, and can help handle HDR10 and HDR10+ encodings for you!

Box

Box logo

python-box is a library aimed to make frequent work with dictionary into a breeze by using dot.notation.syntax instead of the["traditional"]["method"].

Its monthly download count has rocketed to over 50,000 via pypi with over 1,100 github stars (Jan 2019). It has a large amount of outside contributions, so thank you everyone for making this such a well loved library!

puremagic

puremagic aims to identify files based off their “magic number”, similar to how libmagic works on linux when using the file command, except it is written in Python, making it much faster and more lightweight than the other python libraries that wrap libmagic.