mini_analyser is a software designed to help you extract a maximum of informations and metadata from multimedia files. It can also map container's internal structure and let you visualize it.
- AVI [.avi]
- WAVE [.wav]
- ASF [.asf, .wma, .wmv]
- MKV [.mkv, .webm, ...]
- MP4 / MOV (ISOM container) [.mp4, .mov, .3gp, ...]
- MPEG-PS (MPEG "Program Stream") [.mpg, .mpeg, .vob, ...]
- MPEG-1/2 "elementary stream" [.mpg, .mpeg]
- H.264 / H.265 / H.266 "elementary stream" ("Annex B" format) [.264, .265, .266]
- MP3 "elementary stream" [.mp3]
- minivideo library must have been built first!
- Qt6
You can either use CMake (recommanded, more configurable)
$ cd minivideo/build
$ cmake ..
$ make
Or qmake (simpler)
$ cd minivideo/
$ qmake
$ make
Then:
$ cd mini_analyser/
$ qmake
$ make
Just drag and drop multimedia files to analyse them!
$ cd mini_analyser/bin/
$ ./mini_analyser --cli [--details] /path/to/files