You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "viddler.py", line 81, in <module>
dogeImage = ImageClip("../common/doge_small.png")
File "/usr/lib/python2.7/site-packages/moviepy/video/VideoClip.py", line 853, in __init__
img = ffmpeg_read_image(img,with_mask=transparent)
File "/usr/lib/python2.7/site-packages/moviepy/video/io/ffmpeg_reader.py", line 172, in ffmpeg_read_image
reader = FFMPEG_VideoReader(filename, pix_fmt=pix_fmt)
File "/usr/lib/python2.7/site-packages/moviepy/video/io/ffmpeg_reader.py", line 17, in __init__
infos = ffmpeg_parse_infos(filename, print_infos)
File "/usr/lib/python2.7/site-packages/moviepy/video/io/ffmpeg_reader.py", line 213, in ffmpeg_parse_infos
line = [l for l in lines if 'Duration: ' in l][0]
IndexError: list index out of range
Exception AttributeError: "FFMPEG_VideoReader instance has no attribute 'proc'" in <bound method FFMPEG_VideoReader.__del__ of <moviepy.video.io.ffmpeg_reader.FFMPEG_VideoReader instance at 0x2ad6a28>> ignored
shell returned 1
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: