Skip to content

Latest commit

 

History

History

mini_analyser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

mini_analyser

GitHub action License: GPL v3

Introduction

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.

Supported container formats

  • 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]

main screen video screen container explorer HW decoding checker

Dependencies

  • minivideo library must have been built first!
  • Qt6

Building mini_analyser

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

Using mini_analyser GUI

Just drag and drop multimedia files to analyse them!

Using mini_analyser CLI

$ cd mini_analyser/bin/
$ ./mini_analyser --cli [--details] /path/to/files