Mark Reid

Results 145 comments of Mark Reid

Thanks for documenting this! Would adding some helper properties for these to the `Bin` object be helpful?

Thanks @doug-walker :) I tried to add a lot test for the packing/unpacking because it can be tricky to get right, and I'm hoping the infrastructure could be use for...

Wow, didn't expect AVX to out perform AVX2 that much! Even SSE2 does in LUT2. The main difference is AVX2 is using the `vgatherdps` instruction. I guess the way I...

I look a bit more into this. According to [FFmpeg](https://github.com/FFmpeg/FFmpeg/blob/master/libavutil/x86/cpu.c#L204), AMD Zen 3 and earlier have slow gather, same with intel Haswell. AMD EPYC 7F72 is a Zen 2 [architecture](https://en.wikipedia.org/wiki/Epyc#Second_generation_Epyc_(Rome)),...

@dictoon how is this for the drive icon instead? I rendered it with appleseed. ![image](https://user-images.githubusercontent.com/814966/69004186-da293500-08c3-11ea-9a81-a3aa71223d30.png)

> The logo is a bit washed out You are correct the texture is getting double srgb'd. Enabling CMS on the asTexure fixes it. ![drive_icon_V2 0001](https://user-images.githubusercontent.com/814966/69017832-33de3d80-095e-11ea-81f8-9c376c2600cd.png) also keymixed in the...

Guess there needs to be a .format(lib) there instead

Sorry for the delay, a couple other projects came up. I'll try and get this finished up when I'm back from holidays in the new year!

Sorry, I got really busy and must have forgotten about this. I'll try and find some time to finish it, just have too many ongoing projects at the moment. If...

The mxf parser in pyaaf should be able to find that too now that I think about it. https://github.com/markreidvfx/pyaaf2/blob/main/src/aaf2/mxf.py#L170