Hi,
First, thanks for imageio, really good software here!!!
I'm loading videos with imageio and saving results to an hdf5 file.
I'm wrapping everything with an with as statement.
My previous problem was with the limit of open files as in #79.
That was solved by using this repo instead of pip. But now I'm getting:
Exception in thread Thread-21:
Traceback (most recent call last):
File "/home/eders/anaconda/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/home/eders/python/imageio/imageio/plugins/ffmpeg.py", line 822, in run
self._lines = limit_lines(self._lines)
TypeError: 'NoneType' object is not callable
It runs ok up to a hundred of videos. Does anybody have any idea of what it might be?
Thanks!
Hi,
First, thanks for imageio, really good software here!!!
I'm loading videos with imageio and saving results to an hdf5 file.
I'm wrapping everything with an
with asstatement.My previous problem was with the limit of open files as in #79.
That was solved by using this repo instead of
pip. But now I'm getting:It runs ok up to a hundred of videos. Does anybody have any idea of what it might be?
Thanks!