diff --git a/README.md b/README.md index 4e6effe..fa6149c 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,18 @@ Models/ Services/ RenderPipeline.cs Main render workflow (FFmpeg orchestration) ProcessRunner.cs FFmpeg process execution and progress parsing + FfmpegProgressParser.cs Parses time=/frame=/fps=/speed= from FFmpeg output lines + FfmpegOutputFilter.cs Shared FFmpeg banner/boilerplate line filtering ToolExtractor.cs FFmpeg resolution, extraction, and fallback logic MediaProbe.cs Duration/audio-stream probing via ffprobe FfmpegLibraryProbe.cs NVENC capability probing AppSettingsStore.cs Settings load/save (JSON in %LOCALAPPDATA%) UserFacingErrors.cs Exception-to-message translation +Properties/ + AssemblyInfo.cs InternalsVisibleTo AmiReel.Tests + launchSettings.json + PublishProfiles/ win-x64/x86/arm64 publish profiles +AmiReel.Tests/ Unit tests (MSTest), mirrors Models/ and Services/ ThirdParty/ Embedded ffmpeg.exe / ffprobe.exe (not checked in, see below) publish-win-x64.ps1 Publish script ```