Anton Marini
Anton Marini
Ha, it seems like literally you and I are the only ones poking at this sort of shit. Have you seen any additional documentation on Adobe's pasteboard format? Im trying...
So if I want to drag the representation of a clip with in an out points into the timeline, im shit out of luck?
Hi friends. Im having a similar issue in OTIO 0.16-dev (im running off of main / master) - and am looking for pragmatic solutions to getting an OTIO -> FCP7...
Debugging this looks like the issue is the ddpfPixelFormat.dwFourCC is 0 in the files created by both GIMP "uncompressed" DDS export plugin, and ImageMagick via convert -define dds:compression=none. adding a...
"The DirectDraw Surface file format (.dds) was introduced with DirectX 7 to store **uncompressed** and compressed (DXTn) textures. The file format supports mipmaps, cube maps, and volume maps. The DDS...
Well, for whatever reason, TIFF is slow as balls - I think due to system OS calls that evoke memcpy whereas the Cinder DDS path goes direct to PBO via...
Ah. Interestingly, this fix obviously doesn't sort out the nuance between uncompressed 24 bit vs 32 bit image (RGB vs RGBA). Ill poke around a bit tomorrow and see if...
Oh I ran into this Int vs Float thing in the AVFoundation conversion code, and would absolutely 100% get behind an Int/Int representation to avoid floating point errors. A hardy...
FWIW, here are some unit tests I wrote which attempt to resolve some similar issues on the CoreMedia vs OTIO conversions (if its remotely helpful) https://github.com/Synopsis/OpenTimelineIO-AVFoundation/tree/main/Tests/OpenTimelineIO-AVFoundationTests