A program to helps investigating the structure of an MP4 video file. Ported from CodePlex (https://archive.codeplex.com/?p=mp4explorer).
The program code was updated to modern C# and migrated from .NET Framework to .NET Core.
If you try to load a BIG movie files (and all your movie files are big), not fragmanted, then display its data (mdat
box/atom), your computer may hang because of the binary viewer!
Licensed under MS-PL.