plot-vframes-sizes - Uses ffprobe and gnuplot to print a representation
of the video frames in a multimedia file
plot-vframes-sizes <options> <input-file>
--help|--usage|-h|-?
Print a brief help message and exits.
This program plots a representation of the video frames size relatives
to a ffprobe stats file in input.
Use it as follows:
ffprobe -frames file.in > file.stats
plot-vframes-sizes file.stats
or simply:
ffprobe -frames file.in | plot-vframes-sizes