We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf8b0f commit dba0454Copy full SHA for dba0454
ffmpeg_streaming/_process.py
@@ -88,6 +88,7 @@ def _monitor(self):
88
if callable(self.monitor):
89
duration = get_time('Duration: ', line, duration)
90
_time = get_time('time=', line, _time)
91
+ #FIXME: review the following line and refactor it if it needed
92
self.monitor(self,line, duration, _time, time_left(start_time, _time, duration), self.process)
93
94
Process.out = log
0 commit comments