Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/winscripter/ellesees

A free non-linear video editor for low-end devices written in C#/.NET 6/WPF
https://github.com/winscripter/ellesees

csharp dotnet ffmpeg ffprobe imagesharp non-linear-editing portable video-editing video-editor windows wpf

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/winscripter/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](https://github.com/winscripter/ELLESEES/assets/142818255/bd5dc608-5b98-45b0-a70a-0395827d11e3)

Editor UI (me adding text, timeline is a bit basic):
![Screenshot2](https://github.com/winscripter/ELLESEES/assets/142818255/9d36c881-18e9-480e-a58d-64ab7092edff)
About window:
![Screenshot4](https://github.com/winscripter/ELLESEES/assets/142818255/5e8d0dc9-8453-405e-b39b-fe506500a91a)
Getting generously greeted by ELLESEES (occurs the first time you open an existing project):
![Screenshot3](https://github.com/winscripter/ELLESEES/assets/142818255/273483ab-a984-424f-a0bd-72bdf1c5d493)