squareballstudios

Results 2 comments of squareballstudios

You can get passed this error by using default instances of NullLogger.Instance instances in your constructor. ILogger _logger = NullLogger.Instance; var media = new MediaInfoWrapper(@"C:\Users\foo\Downloads\06ebb72b-be94-4953-9829-be419eb86f691824599253097493635.mp4",_logger); All worked as expected...

This worked for me; needed to install libmediainfo0v5. Not part of the installation instructions. Got this from here: https://github.com/StefH/MediaInfo.DotNetWrapper/issues/7 # Uninstall official / downloaded versions sudo apt remove --purge libmediainfo0v5...