fix number of arguments in build_filtergraph call

This commit is contained in:
Vladimir Gorbunov 2019-12-01 00:34:27 +03:00
parent 08ac2fac83
commit 9c847e499f

View File

@ -1320,7 +1320,7 @@ class GetSourceFromFolder:
filtergraph = build_filtergraph(
float(self.probe.format['duration']), 0.0,
float(self.probe.format['duration']), False, False,
False, False, self.probe)
False, self.probe)
yield ['-i', clip] + filtergraph
@ -1330,7 +1330,7 @@ class GetSourceFromFolder:
filtergraph = build_filtergraph(
float(self.probe.format['duration']), 0.0,
float(self.probe.format['duration']), False, False,
False, False, self.probe)
False, self.probe)
yield [
'-i', self._media.store[self.index]