diff --git a/README.md b/README.md new file mode 100644 index 0000000..a2464cd --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# mp4explorer + +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. + +:warning: Warning!!! +-- +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.