From ad205bb5349d612e62edd67b36ebf8a15e14b5aa Mon Sep 17 00:00:00 2001 From: Gregor Klevze Date: Tue, 11 Aug 2026 12:34:02 +0200 Subject: [PATCH] Working version --- App.xaml | 300 ++++++++++++++++++++++++++++----- MainWindow.xaml | 236 +++++++++++++++----------- MainWindow.xaml.cs | 38 ++++- Models/AppSettings.cs | 31 +++- README.md | 5 + Services/AppSettingsStore.cs | 10 +- Services/FfmpegLibraryProbe.cs | 238 ++++++++++++++++++++++++++ Services/MediaProbe.cs | 49 ++++++ Services/ProcessRunner.cs | 96 ++++++++++- Services/RenderPipeline.cs | 129 +++++++++++--- Services/ToolExtractor.cs | 34 ++++ publish-win-x64.ps1 | 19 ++- 12 files changed, 1006 insertions(+), 179 deletions(-) create mode 100644 Services/FfmpegLibraryProbe.cs create mode 100644 Services/MediaProbe.cs diff --git a/App.xaml b/App.xaml index 63302b1..7da4a18 100644 --- a/App.xaml +++ b/App.xaml @@ -19,72 +19,279 @@ + + + + + + + + + + + + + + + + + + diff --git a/MainWindow.xaml b/MainWindow.xaml index 039209b..7c56875 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -1,51 +1,43 @@ - + + + + + + + + + + + + + + + + + + + - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - +