-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19abadb
commit 5a52c72
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |