Chris Hocking

Results 227 comments of Chris Hocking

I'm still interested in this. I'll try have a proper look over the Christmas break.

FWIW - I'm not sure if it's possible due to dependancies, but I'd personally love to see this project go to an MIT license.

FYI: This is how another proprietary app handles ffmpeg: https://www.cdfinder.de/guide/22/22.7/neofinder_ffmpeg.html

Maybe related: - https://github.com/gu-t/Deshaker - https://www.blender.org/features/vfx/#motion-tracking - https://blog.gregzaal.com/2014/05/30/camera-stabilisation-with-ffmpeg/

It may or may not be helpful, but [Load and Load X](https://coremelt.com/products/lock-and-load-x) uses these frameworks:

It's definitely on the to-do list, as I use a Logitech Craft at home & work. I do have a work-in-progress build currently - I just need to finish and...

I was never able to reproduce this. I'm going to close for now, but if you're still having issues @molnarnoah, please reopen and I'll try and find a solution.

Highlight playhead is still not working for me. Here's my layout: Looks like same issues as my earlier post: ```lua > cp.apple.finalcutpro.libraries.filmstrip:isShowing() true > hs.inspect(cp.apple.finalcutpro.libraries.filmstrip:contentsUI()) 2023-01-25 20:28:15: -- Loading extension:...

Works in list mode though: ```lua > cp.apple.finalcutpro.libraries.filmstrip:isShowing() false > cp.apple.finalcutpro.libraries.list:isShowing() true > hs.inspect(cp.apple.finalcutpro.libraries.filmstrip:contentsUI()) nil > hs.inspect(cp.apple.finalcutpro.libraries.list:contentsUI()) [string "return hs.inspect(cp.apple.finalcutpro.librar..."]:1: method 'contentsUI' is not callable (a nil value) stack traceback:...