This is an automated archive made by the Lemmit Bot.

The original was posted on /r/opensource by /u/tea-vs-coffee on 2024-02-03 03:23:02.


Hey! I started working on a video editor a year ago as a hobby and to learn more about C# and WPF, and just recently got back the inspiration to continue it, and ended up rewriting all of it.

It’s called FramePFX. Here’s the github link if you’re interested:

It only has some basic functionality so far, such as dragging clips and drag-copying clips, moving clips between tracks, etc. with support for images and video clips (but no audio yet) using FFmpeg as a decoder. It also supports exporting videos using FFmpeg again as an encoder. The rendering engine uses SkiaSharp

Would love to know what you guys think of it and if you have any feedback/criticism :D. AFAIK this is the only open source video editor written in C# so that’s something I guess 🙃