frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Show HN: A different kind of AI Video generation

3•fcpguru•3h ago
Hello!

I'm Andrew Arrow, a developer and Final Cut Pro user. My history with FCP goes back years and years, I tried to be a video editor as a career but ended up a software developer. I purchased the full version of the software a long, long time ago. And to Apple's credit, every single time I goto the App Store on any mac I still have access to download it. I must have been through 20, 30? I don't know, but a lot of macs over the years. Just recently I downloaded it again and noticed the XML Export feature.

Wow. There's a lot of stuff there. I mean a lot. I started playing around with generating the XML and that has lead to this project.

https://github.com/andrewarrow/cutlass/blob/main/README.md

Read through those go structs and xml tags. Keep going. And going. It just never stops! It's a very sophisticated XML format that can describe any timeline, effect, or animation you can imagine. Apple's documentation is scattered, the XML is notoriously finicky, and one wrong attribute crashes your import.

And of course with Claude Code (or others, pick your favorite AI) you can have your AI write some amazing things in go using cutlass.

```go // Generate a timeline with precise keyframe animations

video := fcp.Video{

    Ref: assetID,

    Offset: "0s", 

    Duration: fcp.ConvertSecondsToFCPDuration(10.0),

    AdjustTransform: &fcp.AdjustTransform{

        Params: []fcp.Param{{

            Name: "position",

            KeyframeAnimation: &fcp.KeyframeAnimation{

                Keyframes: []fcp.Keyframe{

                    {Time: "0s", Value: "0 0"},

                    {Time: "240240/24000s", Value: "100 50"},

                },

            },

        }},

    },
} ```

So I haven't been writing code like that with my human brain. I spend most of my time just telling Claude the video I want to create, and he uses the cutlass library to achieve it. I'm hooking up FCP directly to Claude. A different kind of AI Video generation.

Would love feedback, thanks for reading this far! -aa

Proposal to Ship XLibre as X11 Server Packages on Fedora Linux Is Withdrawn

https://www.phoronix.com/news/Fedora-XLibre-Proposal-Withdraw
1•OsrsNeedsf2P•1m ago•0 comments

Gopeed – A Modern Download Manager

https://gopeed.com
1•rickcarlino•8m ago•0 comments

Lawrence Franklin Espionage Scandal

https://en.wikipedia.org/wiki/Lawrence_Franklin_espionage_scandal
1•handfuloflight•15m ago•0 comments

Cloudflare Sandboxes

https://developers.cloudflare.com/changelog/2025-06-24-announcing-sandboxes/
4•suryao•16m ago•1 comments

Zero-click AI data leak flaw uncovered in Microsoft 365 Copilot

https://www.bleepingcomputer.com/news/security/zero-click-ai-data-leak-flaw-uncovered-in-microsoft-365-copilot/
1•mooreds•18m ago•0 comments

What Are the Environmental Impacts of Artificial Intelligence?

https://blog.ucs.org/pablo-ortiz/what-are-the-environmental-impacts-of-artificial-intelligence/
1•cratermoon•19m ago•0 comments

My First Year in the European AI Office and Twelve Key Takeaways – Alex Moltzau

https://alexmoltzau.medium.com/my-first-year-in-the-european-ai-office-and-twelve-key-takeaways-fa1988138aa3
1•BrutalCoding•23m ago•0 comments

Catechism of the Locomotive (1874)

https://gutenberg.org/cache/epub/76379/pg76379-images.html
1•petethomas•28m ago•0 comments

Show HN: Use Apple Container with Gemini CLI

https://github.com/BandarLabs/coderunner
2•mkagenius•29m ago•0 comments

Mary Queen of Scots' scheming revealed in decoded letters

https://www.thetimes.com/uk/history/article/mary-queen-of-scots-cunning-decoded-letters-bzf2vpvcq
2•petethomas•35m ago•1 comments

Disabling Intel Graphics Security Mitigations Can Boost GPU Compute Performance

https://quiz.businessexplain.com/disabling-intel-graphics-security-mitigations-can-boost-gpu-compute-performance-by-20/
1•eligrid•36m ago•0 comments

macOS Tahoe Beta 2 Fixes the Finder Icon

https://512pixels.net/2025/06/finder-icon-fixed/
1•linux2647•37m ago•1 comments

Evaluating LLMs for Visualization Tasks

https://arxiv.org/abs/2506.10996
1•PaulHoule•38m ago•0 comments

AI, data centers and the coming US power demand surge [pdf]

https://www.goldmansachs.com/static-libs/pdf-redirect/prod/index.html?path=/pdfs/insights/pages/generational-growth-ai-data-centers-and-the-coming-us-power-surge/report.pdf&originalQuery=&referrer=
1•cwwc•39m ago•0 comments

Paragraph Flowing as a Fold

https://www.sigwinch.xyz/cs/2024/flow-fold.html
1•todsacerdoti•39m ago•0 comments

Writing Toy Software Is a Joy

https://quiz.businessexplain.com/writing-toy-software-is-a-joy/
1•eligrid•43m ago•1 comments

When AI Meets Madness: 16-Hour Days Building Apps at the Speed of Thought

https://steipete.me/posts/2025/when-ai-meets-madness-peters-16-hour-days
1•tambourine_man•56m ago•0 comments

Amazon MGM Studios sets Denis Villeneuve as director of next James Bond film

https://www.aboutamazon.com/news/entertainment/amazon-mgm-studios-james-bond-director-denis-villeneuve
1•hbcondo714•1h ago•1 comments

Symlink as an Organizational Tool

https://kwstannard.github.io/symlink-as-organization.html
1•ghuntley•1h ago•0 comments

Ask HN: If you translate with LLMs, GT or DeepL–what features are missing?

2•orencoda•1h ago•0 comments

The Trump Admin Is Kicking the National Science Foundation Out of Its Offices

https://www.esquire.com/news-politics/politics/a65194021/maga-anti-science-national-science-foundation-moving-buildings/
6•UltraSane•1h ago•1 comments

What are memories made of? A survey of neuroscientists

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0326920
2•arielzj•1h ago•2 comments

Games That Weren't: Preserving Cancelled and Unreleased Video Game History

https://www.gamesthatwerent.com/
2•ibobev•1h ago•0 comments

Social anxiety isn't about being liked

https://chrislakin.blog/p/social-anxiety
1•eatitraw•1h ago•0 comments

MIT manual for turning research into startups

https://news.mit.edu/2025/from-mit-instruction-for-manual-turning-research-into-startups-0624
2•gsf_emergency_2•1h ago•0 comments

Easily building self-contained Python executables with uv

https://github.com/edaniels/uv-pex-example
4•erdaniels•1h ago•1 comments

Ask HN: What if the universe itself runs on O(1) memory?

1•amazedsaint•1h ago•0 comments

But what about my garden leave? (2023)

https://www.ft.com/content/4dbe4c46-647f-4019-b0c7-b8c8a752501c
1•walterbell•1h ago•0 comments

Sholay: Bollywood epic roars back to big screen after 50 years with new ending

https://www.bbc.com/news/articles/cvg8m9z5vv8o
1•sonabinu•1h ago•0 comments

Why Does Every Commercial for A.I. Think You're a Moron?

https://www.nytimes.com/2025/06/25/magazine/ai-commercials-ads-loneliness.html
10•lxm•1h ago•2 comments