Join the discussion

Write your take first — we'll ask for email only when you're ready to publish.

  • Hacker News
  • This looks great, will try it out. I had a crazy idea of doing a full agentic demo video narration and cutting, so might try your tool with some tweaks.
  • Thanks! That sounds like a really interesting use case. I'd love to see how it turns out. If you end up making those tweaks for full agentic narration and video cutting, feel free to share your experience or ideas, I'd be happy to learn from them and see if they could be incorporated into the tool.
  • you can just give claude code access to ffmpeg
  • demo is up, as promised: https://github.com/ronak-create/FableCut/releases/download/v...

    its a real session, not staged: one prompt ("edit a reel from these assets"), claude code plans the cut for ~6 minutes, writes the entire timeline as one json document, and the editor is already live with it. the 24.5s reel it produced is also in the release, untouched: https://github.com/ronak-create/FableCut/releases/tag/v1.3.0

    fittingly, the demo video itself was also edited in fablecut.

  • cool!

    can this be used to make these style of videos from prompt?

    Style 1: https://www.youtube.com/shorts/vGjrv2zjfsM

    Style 2: https://www.youtube.com/shorts/6KoRHpAZ4zk

  • Absolutely, in fact just give it clips, voice and a reference video(optional), command it and wait untill it finishes..
  • A demo video would be good.
  • Yeah actually, that's a great idea, working on it ..(~ ̄▽ ̄)~
  • I have no use for this, however I am stunned by the simple and effective solution of using json+sse instead of an API to allow agent interaction Amazing work
  • That was the goal. Thankyou btw.
  • What's the benefit of SSEs here?
  • Super cool, but maybe it is worth considering using OTIO format instead of the simple JSON for a timeline? LLMs are pretty good with handling OTIO.
  • Nice idea, let me give it a go-through. Thanks btw!!
  • I've looked at it and i've found thatit is more verbos for LLMs not less, curently the format is optimized for cheap agent patching, and OTIO support as an interchange adapter (not a native format swap).
  • Yeah I'm sure you need fable for the heavy reasoning task of editing tiktoks
  • My impression was that they made this editor with Fable, and its JSON project structure would only serve well for manipulation by lesser models.
  • You should strongly consider using Mediabunny to do all of the rendering client-side!
  • I couldn't find a skill in your project that would help integrate mediabunny. The docs and examples look like they could really help. Having good example coverage allows agents to pickup libraries easily.

    https://github.com/Vanilagy/mediabunny

  • Cool concept, will try it out! I've had decent results with computer use operating conventional editing tools, but being able to directly edit JSON project files is a solid optimization and opens up a lot of opportunities with things like modular templating.
  • Thankyou. I am planning to make it opencode friendly too.. I think that would openup versatality and more experiments..;)
  • Reminds me of https://www.screenkite.com/ The AI powered video editors are fun.
  • yup but I had Premier Pro and Palmier Pro in mind while making it, hence the UI.;)
  • This is pretty dang cool but I guess I was hoping to see some very clever use of vision and maybe waveform analysis to give the model "eyes and ears" to edit audio and video. V2
  • noted.