winscripter / ELLESEES

A free non-linear video editor for low-end devices written in C#/.NET 6/WPF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ELLESEES

This is a video editor project I've wrote. Called it "ELLESEES" (Edit Less - Less Editing; See Everything - Everyone Sees). Yeah, if you call it stupid, I agree. I wasn't familiar with video editing at the time and just assumed this one is powerful. However, it can edit videos in some ways, like contrast, advanced text tool, and other. Abandoned it the same day as the release :D

Since then, I just migrated to Clipchamp. Microsoft did a good job on that one. :D

Literally, please don't use this video editor to edit real-world videos. It's only made as a learning tool. Doesn't even support playback. Digging through the source code, you'll find many things like "this is not yet implemented, but it will be implemented soon" (soon - never). Stick to other video editors, like VEGAS Pro, Adobe Premiere Pro, or Adobe After Effects. Free video editors include DaVinci Resolve, Clipchamp, and more.

If you need to edit videos programmatically with C#, I've made a whole separate library + NuGet package for that, dotnetVEE, but it is based on FFmpeg, although it is cross-platform. Don't learn anything from this video editor.

Speaking about the icon, I didn't really put any effort into it. I was completely unaware of what is suitable as an icon, so what I did? Created an ellipse and painted it with a gradient of red/blue. There's a great chance that there's some company out there that has a similar icon...

Screenshots

Start window: Screenshot1

Editor UI (me adding text, timeline is a bit basic): Screenshot2 About window: Screenshot4 Getting generously greeted by ELLESEES (occurs the first time you open an existing project): Screenshot3

About

A free non-linear video editor for low-end devices written in C#/.NET 6/WPF

License:MIT License


Languages

Language:C# 100.0%Language:Batchfile 0.0%