A non-linear video editor written in C# using Avalonia
Stars
269
Forks
22
Watchers
269
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
532
commits
3
commits
Update to avalonia 11.3.2 and update to latest PFX lib version
992dedeView on GitHubRemoved fixed button width in MessageBox dialogs to allow long text content. Also added a "finalized value" feature to number dragger that is fired when the user releases their LMB or clicks enter; useful when a value change results in expensive operations, so you only have to do it once they user finishes. Also fixed WindowEx OnClosingAsync looping forever
cb055ceView on GitHubUpdate to v1.1, with persistent config support to save the directories you put in
61f30daView on GitHubFixed crash when opening themes configuration page, updated to Avalonia 11.2.5, fixed errors when trying to build in release.
ee396a0View on GitHubAdded more info to the API and Plugin docs, also created a VideoEditorListener class for global and specific-instance listeners for video editor events.
73f9ddbView on GitHubFixed resource helper not clearing resource references when resource is deleted. Also moved FFmpeg utils into the FFmpegMedia project/plugin
2728740View on GitHub