Readonly
bitrateThe bitrate of the stream, in bits per second (e.g., 128k
or 1.53M
).
For HLS streams with multiple formats, will be 'N/A'
Readonly
out_The time in the format HH:MM:SS.mmmmmm
that has been output so far
Readonly
out_The time in microseconds that has been output so far
this field has been moved to out_time_us and will be removed in a future version of ffmpeg
Readonly
out_The time in microseconds that has been output so far
Readonly
progressA string representing whether this progress report is the end or just a
continuation of the stream, i.e., 'continue'
or 'end'
.
Readonly
speedThe speed that stream files are being generated in multiples of "real time"
(e.g., 1x
for real time, 2.34x
for over twice as fast, 0.01x
for very
slow)
Readonly
total_The total size of output in bytes. For HLS streams with multiple formats,
will be 'N/A'
Represents the output of ffmpeg with the
-progress
option