From 66c3bf3b6dc19030f6cf0112f5e1a9f098915fdb Mon Sep 17 00:00:00 2001 From: Benito Palacios Sanchez Date: Sat, 11 Nov 2023 12:42:43 +0100 Subject: [PATCH] :sparkles: Implement MP4 and ffmpeg converter --- src/PlayMobic.UI/Pages/ConvertVideoView.axaml | 27 ++++---- .../Pages/ConvertVideoViewModel.cs | 68 ++++++++++++++++--- src/PlayMobic.UI/Pages/SettingsViewModel.cs | 6 +- .../Settings/AppSettingManager.cs | 13 +++- src/PlayMobic/FfmpegConverter.cs | 65 ++++++++++++++++++ src/PlayMobic/FfmpegConverterParameters.cs | 10 +++ 6 files changed, 161 insertions(+), 28 deletions(-) create mode 100644 src/PlayMobic/FfmpegConverter.cs create mode 100644 src/PlayMobic/FfmpegConverterParameters.cs diff --git a/src/PlayMobic.UI/Pages/ConvertVideoView.axaml b/src/PlayMobic.UI/Pages/ConvertVideoView.axaml index aed2156..cabe208 100644 --- a/src/PlayMobic.UI/Pages/ConvertVideoView.axaml +++ b/src/PlayMobic.UI/Pages/ConvertVideoView.axaml @@ -30,13 +30,18 @@ Command="{Binding SelectOutputPathCommand}" />