is a simple application that can be used to scan multimedia
files and extract some informations about audio and video
streams:
- Video codec used
- Frame size
- Average video bitrate
- File size
- Total time
- Frame rate
- Total frames
- Info data
- Packet Bitstream
- User data (in MOVI chunk)
- Audio codec used
- Average audio bitrate
- Audio channels
From release 0.8.1, application
architecture was completely rewritten; there are 3 different software
layer:
- Qt gui, Gtk gui and Console application
- Core Base component
- Plugins
It can scan and extract informations:
- from single multimedia file
- from supported multimedia files contained in a specific
folder
- from supported multimedia files contained in a specific
folder and his subfolders
With auto report generation, is possible auto save scan report
for each file scanned which the same name (extension is .report).
Themonospot is multilanguage (from release 0.6.5) using language files
in languages folder. You can modify or add your
language yourself, see language files user guide.
developers: