Tf-cheiya
Results
1
issues of
Tf-cheiya
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...