plot-vframes-bitrate(1)
NAME
plot-vframes-bitrate - Plot video frames bitrate of a video stream
SYNOPSIS
plot-vframes-bitrate <options> <input-file>
OPTIONS
- --help|--usage|-h|-?
- Print a brief help message and exit.
- -m|--manpage
- Print the program manpage and exit.
- --frames_num|-n
- Set the number of video frames to consider when computing the
average bitrate. Default value is 10. A negative value corresponds to infinite, that is will be considered all the video frames
preceding the current one (and the bitrates will tend to the global average value).
DESCRIPTION
This program uses ffprobe and gnuplot in combination to plot the
average bitrate of a video stream computed in the last frames_num video
frames (the value specified with the --frames-num parameter).