bitrate-plotter icon indicating copy to clipboard operation
bitrate-plotter copied to clipboard

Plots a graph showing the bitrate every second or the bitrate of every GOP, for an audio or video file.

Results 1 bitrate-plotter issues
Sort by recently updated
recently updated
newest added

in ffprobe_out_parser.py i had to change the parser for ffprobe output. ``` for line in io.TextIOWrapper(process.stdout, encoding="utf-8"): ## ffprobe will return the time in ms and the size in bytes....