bitrate-viewer
bitrate-viewer copied to clipboard
Plots a graph showing the variation of the bitrate throughout your video.
A simple way to set font for matplotlib globally.
I am very grateful to the author for developing such a useful program, but when I generated the charts I had some problems with the fonts. For non-English filenames, unset...
bitrate mbps should be based on seconds, not frames. get the current_second from pkt_pts_time or pkt_dts_time instead of (frame_count/fps) ``` def __calculate_bitrate_per_sec(self, bitrates): seconds = [] bitrates_per_sec = [] current_second...