Merge pull request #41 from vladimir-g/master
fix number of arguments in build_filtergraph call
This commit is contained in:
commit
0d425e4e60
@ -1320,7 +1320,7 @@ class GetSourceFromFolder:
|
|||||||
filtergraph = build_filtergraph(
|
filtergraph = build_filtergraph(
|
||||||
float(self.probe.format['duration']), 0.0,
|
float(self.probe.format['duration']), 0.0,
|
||||||
float(self.probe.format['duration']), False, False,
|
float(self.probe.format['duration']), False, False,
|
||||||
False, False, self.probe)
|
False, self.probe)
|
||||||
|
|
||||||
yield ['-i', clip] + filtergraph
|
yield ['-i', clip] + filtergraph
|
||||||
|
|
||||||
@ -1330,7 +1330,7 @@ class GetSourceFromFolder:
|
|||||||
filtergraph = build_filtergraph(
|
filtergraph = build_filtergraph(
|
||||||
float(self.probe.format['duration']), 0.0,
|
float(self.probe.format['duration']), 0.0,
|
||||||
float(self.probe.format['duration']), False, False,
|
float(self.probe.format['duration']), False, False,
|
||||||
False, False, self.probe)
|
False, self.probe)
|
||||||
|
|
||||||
yield [
|
yield [
|
||||||
'-i', self._media.store[self.index]
|
'-i', self._media.store[self.index]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user