What is Nostr?
John Balestrieri /
npub18gj…2gs5
2024-07-07 16:50:20

John Balestrieri on Nostr: I'm trying to do some “simple" video/motion editing in Apple Motion and I swear… ...

I'm trying to do some “simple" video/motion editing in Apple Motion and I swear… a lot. It's so frustrating that I want to write my own motion editor, but script-based:

var b = artboard(800, 600)

var clip = add(screenrecording.mov)
var r = add(roundRect(400, 400, 10))
r.center(b.Width/2, b.Height/2)

maskWith(clip, r)

clip. keyFrame(position, easeIn)
clip. keyFrame(scale, easeIn)

moveTo(1:0)
clip.scale(1.0)
clip.translate(0,-100)

clip.keyFrame(position, easeIn)
clip.keyFrame(scale, easeIn)

Author Public Key
npub18gjsuau6qknrgpdstv8yf20lhzw6tvwyt64u9gmclt5h2fz7jpasq42gs5