Media Metadata Studio is a Windows app for inspecting media files and developing metadata collection workflows. The current app can open a media file, scan core file/audio/video properties, write a sidecar metadata file, and play the selected media for validation.
This repository was split out from CaptureTool so the metadata workflow can evolve independently into model configuration, metadata grooming, and enhanced playback/testing features.
Prerequisites:
- Windows 10 1809 or later
- .NET 10 SDK
- Visual Studio with Windows App SDK/WinUI workload support for packaged app development
Build the app from the repository root:
dotnet build .\MediaMetadataStudio.slnx -p:Platform=x64For ARM64:
dotnet build .\MediaMetadataStudio.slnx -p:Platform=ARM64