Chris Griffith
Chris Griffith
Tested the difference between using named tuples and classes with slots for the `PureMagic` internal structure. ```python class PureMagic: __slots__ = ["byte_match", "offset", "extension", "mime_type", "name"] def __init__(self, byte_match, offset,...
@cclauss yes specifically targeting fast multi run speed for full python initialization and load. There are many cases this will be used from a command line, and may be called...
``` "max_content": 0, "max_average": 0 ``` Would not have expected them to provide invalid metadata, will work on workaround for bad data, thanks for reporting!
Should be fixed in https://github.com/cdgriffith/FastFlix/releases/tag/5.8.2
These calculations are based off the "time" field we get back from ffmpeg roughly every second `frame= 488 fps= 47 q=30.3 size= 3584KiB time=00:00:08.10 bitrate=3621.1kbits/s speed=0.786x` so that `time` field...
@Richard-Payne I have had the same issue for a while, easy to work around in my case thankfully. In the case where it doesn't launch, open your favorite process /...
What version of box are you using? That shouldn't be happening with latest 7.2.0 ```bash python -c "import box; print(box.__version__)" 7.2.0 ```
Hello Jay, what resolution is your screen? Should appear fine on 1080p at 100% scale or 4K at 150% scale. I'm happy to accept PRs to handle other resolutions better,...
Pull Requests. AKA you or others can provide code contributions that fix this issue and I can integrate them into the code. 1080p at 150% is effectively 1280x720, and right...
After playing with this a bit, it seems that `realtime` doesn't support dual pass mode. I need to set up some logic to use single pass when setting it to...