tovid-stats - Display summarized statistics of tovid encodings
tovid-stats reads encoding statistics from ~/.tovid/stats.tovid and can display filtered, averaged, correlated or summarized information about all the videos you've encoded with tovid. It can also display a 2D graphical scatterplot of data from any two statistic fields.
tovid-stats COMMANDS
Where COMMANDS is a list of data-filtering commands that operate on specific FIELD names (see below for FIELD names). Available COMMANDS:
The ~/.tovid/stats.tovid file has accumulated a lot of fields containing data originally intended only for developers. Some fields aren't very useful, or are cryptically named, but here's the complete list anyway:
See how many times you've used each version of tovid:
tovid-stats -count tovid_version
To see a scatterplot of bitrates needed by each format:
tovid-stats -plot avg_bitrate by format
To filter results, use the -match option. For example, to show the filename and output size of all SVCD-format encodings, do:
tovid-stats -match format svcd -show 'final_name final_size'
Use multiple -match options to filter further, i.e.:
tovid-stats -match format dvd -match tvsys pal [-show etc.]
idvid(1), makedvd(1), makemenu(1), makeslides(1), makevcd(1), makexml(1), postproc(1), tovid(1), todisc(1)
For further assistance, contact information, forum and IRC links, please refer to the tovid homepage (http://tovid.org/).