You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: vbv-plotbuffer/.vbv_plotbuffer.sh
+21-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,25 @@
2
2
#shellcheck shell=bash
3
3
#set -x # Uncomment for debug
4
4
5
-
printf'%s\n%s\n%s\n%s\n''########################################''This is an EXPERIMENTAL script.''Logic has not been verified''########################################'
5
+
########################################
6
+
# Could be enhanced with...
7
+
# - plotting time as well as frame number (top axis)
8
+
# - plotting framesize (since we already have framesize)
9
+
# - plotting frametype IPB, keyframe. Much like FFmpeg plotframes or https://github.com/rodrigopolo/plotframes
10
+
# - if you know the framerate, it should be possible to calculate the bitrate across a GOP. See also https://github.com/InB4DevOps/bitrate-viewer
11
+
# - Could this method be used to acheve the same as vbv.pl? https://akuvian.org/src/x264/vbv.pl
12
+
# AT&T Video Optimizer has a buffer occupancy https://developer.att.com/video-optimizer/docs
printf'%s\n%s\n%s\n%s\n''########################################''This is an EXPERIMENTAL script.''Results have not been verified''########################################'
0 commit comments