Man Linux: Main Page and Category List

NAME

       plot-vframes-sizes - Uses ffprobe and gnuplot to print a representation
       of the video frames in a multimedia file

SYNOPSIS

       plot-vframes-sizes <options> <input-file>

OPTIONS

       --help|--usage|-h|-?
           Print a brief help message and exits.

DESCRIPTION

       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