Chris Griffith
Chris Griffith
The Whole UI needs test, but I think most important is to make sure with whatever input is supplied to the command builders `fastflix/encoders//command_builder.py` and the general functions in `fastflix/encoders/common/helpers.py`...
in x265 these settings are stored in "Encoder Settings" metadata ``` Encoding settings : cpuid=1111039 / frame-threads=4 / numa-pools=16 / wpp / no-pmode / no-pme / no-psnr / no-ssim /...
Extension of https://github.com/cdgriffith/FastFlix/issues/75
Better identify common files. Such as opening .docx/.pptx/.xlsx and viewing the XML file to figure out which exactly they are.
To have better parity with the standalone encoder, it would be nice to be able to provide `mastering-display` and `content-light` through FFmpeg's `rav1e-params` (similar to how `x265-params` works) Suggested method:...
Hello, I am the developer of python-box and see that it is a requirement in this repo and has not been version pinned. I suggest that you pin it to...
### System information: - Windows OS version: Windows 10 / 11 - ImageGlass version: 8.5.1.22 ### To Reproduce Steps to reproduce the behavior: 1. Open AVIF with CICP 9/16/9 (BT.2020...
Hello, I am the developer of python-box and see that it is a requirement in this repo and has not been version pinned, or no max version set. I suggest...
**Describe the bug** I have a program that runs two listener consumers that are told when to start command, and alert when one is finished. The start command consumer will...