An intelligent, automatic Blu-ray™ to MKV muxer and analysis tool.
BDHero is written in C# / .NET 4.0.
- Windows XP, Vista, 7, 8, or 8.1 (32- or 64-bit)
- Microsoft .NET Framework 4.0
- Visual Studio 2010 or newer
- ReSharper 7 or newer
- NuGet extension for Visual Studio
When you first open the solution in Visual Studio, you will see gobs of errors about missing assembly references. This is because we use [nuget-package-restore][NuGet Package Restore] instead of keeping our packages in source control.
Simply build the solution to automatically restore all missing NuGet packages and fix the reference errors.
- Mono compatibility
- Upgrade to .NET 4.5.1 (will require dropping XP support)